INPUT_OBJECT
UpdateUninventoriedMacAddressMutationInput
The input object that defines the fields for the updateUninventoriedMacAddress mutation.
link GraphQL Schema definition
- input UpdateUninventoriedMacAddressMutationInput {
- # A MAC address.
- MacAddress! :
- # The ID of an AccountService.
- Int64Bit :
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `account_service_id` to null.
- Boolean :
- }