INPUT_OBJECT
UpdateServiceEligibilityRuleMutationInput
The input object that defines the fields for the updateServiceEligibilityRule mutation.
link GraphQL Schema definition
- input UpdateServiceEligibilityRuleMutationInput {
- # A descriptive name.
- : String!
- # The amount, in the smallest currency value (e.g. cents, pence, pesos.)
- : Int
- # A list of account group IDs that this account is part of.
- : [Int64Bit]
- # IDs of `AccountType`s.
- : [Int64Bit]
- # IDs of `Companies`.
- : [Int64Bit]
- # IDs of `Geofence`s.
- : [Int64Bit]
- # Setting this value to `true` will set `amount` to null.
- : Boolean
- }