INPUT_OBJECT

AddInstanceServiceFundsMutationInput

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

link GraphQL Schema definition

  • input AddInstanceServiceFundsMutationInput {
  • # The instance service fund type.
  • instance_service_fund_type: InstanceServiceFundType!
  • # The amount, in the smallest currency value (e.g. cents, pence, pesos.)
  • amount: Int!
  • }

link Require by