INPUT_OBJECT

CreateServiceEligibilityRuleMutationInput

The input object that defines the fields for the createServiceEligibilityRule mutation.

link GraphQL Schema definition

  • input CreateServiceEligibilityRuleMutationInput {
  • # A descriptive name.
  • name: String!
  • # The ID of a Service.
  • service_id: Int64Bit!
  • # The amount, in the smallest currency value (e.g. cents, pence, pesos.)
  • amount: Int
  • # A list of account group IDs that this account is part of.
  • account_group_ids: [Int64Bit]
  • # IDs of `AccountType`s.
  • account_type_ids: [Int64Bit]
  • # IDs of `Companies`.
  • company_ids: [Int64Bit]
  • # IDs of `Geofence`s.
  • geofence_ids: [Int64Bit]
  • # Whether or not this is enabled.
  • enabled: Boolean!
  • }

link Require by