INPUT_OBJECT
CreateUninventoriedMacAddressMutationInput
The input object that defines the fields for the createUninventoriedMacAddress mutation.
link GraphQL Schema definition
- input CreateUninventoriedMacAddressMutationInput {
- # A MAC address.
- : MacAddress!
- # The ID of an Account.
- : Int64Bit!
- # The ID of an AccountService.
- : Int64Bit
- # A note about this entity.
- : NoteMutationInput
- }