INPUT_OBJECT

RegisteredUserAndDeviceInput

link GraphQL Schema definition

  • input RegisteredUserAndDeviceInput {
  • macAddress: String!
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • userName: String!
  • }