INPUT_OBJECT

CreateUninventoriedMacAddressMutationInput

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

link GraphQL Schema definition

  • input CreateUninventoriedMacAddressMutationInput {
  • # A MAC address.
  • mac_address: MacAddress!
  • # The ID of an Account.
  • account_id: Int64Bit!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by