INPUT_OBJECT

UpdateServiceEligibilityRuleMutationInput

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

link GraphQL Schema definition

  • input UpdateServiceEligibilityRuleMutationInput {
  • # A descriptive name.
  • name: String!
  • # 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]
  • # Setting this value to `true` will set `amount` to null.
  • unset_amount: Boolean
  • }

link Require by