INPUT_OBJECT
CreateServiceEligibilityRuleMutationInput
The input object that defines the fields for the createServiceEligibilityRule mutation.
link GraphQL Schema definition
- input CreateServiceEligibilityRuleMutationInput {
- # A descriptive name.
- : String!
- # The ID of a Service.
- : Int64Bit!
- # 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]
- # Whether or not this is enabled.
- : Boolean!
- }