INPUT_OBJECT

CreateDataUsageMutationInput

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

link GraphQL Schema definition

  • input CreateDataUsageMutationInput {
  • # The time.
  • time: Datetime!
  • # The amount of inbound bytes (must be a counter value).
  • inbytes: Int64Bit!
  • # The amount of outbound bytes (must be a counter value).
  • outbytes: Int64Bit!
  • # The ID of an Account.
  • account_id: Int64Bit!
  • # The data source identifier.
  • data_source_identifier: String!
  • # The data source parent.
  • data_source_parent: String!
  • }

link Require by