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.
  • instance_service_fund_type: InstanceServiceFundType!
  • # Whether the instance service is paid for automatically.
  • auto_pay: Boolean!
  • }

link Require by