INPUT_OBJECT

UpdateUninventoriedMacAddressMutationInput

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

link GraphQL Schema definition

  • input UpdateUninventoriedMacAddressMutationInput {
  • # A MAC address.
  • mac_address: MacAddress!
  • # The ID of an AccountService.
  • account_service_id: Int64Bit
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `account_service_id` to null.
  • unset_account_service_id: Boolean
  • }

link Require by