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.
- : InstanceServiceFundType!
- # The amount, in the smallest currency value (e.g. cents, pence, pesos.)
- : Int!
- }