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.
  • billable_in_bytes: Int64Bit
  • # The total billable outbound data in bytes.
  • billable_out_bytes: Int64Bit
  • # The total free inbound data in bytes.
  • free_in_bytes: Int64Bit
  • # The total free outbound data in bytes.
  • free_out_bytes: Int64Bit
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by