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.
- : Int64Bit!
- # The ID of an AccountService.
- : Int64Bit
- # The quantity for this service.
- : Int!
- # A note about this entity.
- : NoteMutationInput
- }