INPUT_OBJECT

CreateDataUsageTopOffMutationInput

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

link GraphQL Schema definition

  • input CreateDataUsageTopOffMutationInput {
  • # The ID of an Account.
  • account_id: Int64Bit!
  • # The quantity for this service.
  • quantity: Int!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by