INPUT_OBJECT
UpdateDataUsageHistoryMutationInput
The input object that defines the fields for the updateDataUsageHistory mutation.
link GraphQL Schema definition
- input UpdateDataUsageHistoryMutationInput {
- # The total billable inbound data in bytes.
- Int64Bit :
- # The total billable outbound data in bytes.
- Int64Bit :
- # The total free inbound data in bytes.
- Int64Bit :
- # The total free outbound data in bytes.
- Int64Bit :
- # A note about this entity.
- NoteMutationInput :
- }