INPUT_OBJECT
UpdateInstanceServiceFundAutoPayMutationInput
The input object that defines the fields for the updateInstanceServiceFundAutoPay mutation.
link GraphQL Schema definition
- input UpdateInstanceServiceFundAutoPayMutationInput {
- # The instance service fund type.
- : InstanceServiceFundType!
- # Whether the instance service is paid for automatically.
- : Boolean!
- }