INPUT_OBJECT
UpdateOrderGroupMutationInput
The input object that defines the fields for the updateOrderGroup mutation.
link GraphQL Schema definition
- input UpdateOrderGroupMutationInput {
- # The name of an order group.
- String :
- # Disabled order groups cannot be assigned users or used to create purchase
- # orders.
- Boolean :
- # The threshold at which requesters require approval of their purchase orders.
- Int :
- # A list of user IDs that should have authority to approve purchase orders in this
- # order group.
- Int64Bit]! : [
- # A list of user IDs that should have permission to create product requests in
- # this group.
- Int64Bit]! : [
- # A note about this entity.
- NoteMutationInput :
- }