INPUT_OBJECT

RegisteredUserAndDeviceListInput

link GraphQL Schema definition

  • input RegisteredUserAndDeviceListInput {
  • # List of entries for creating multiple Registered Users and Devices
  • entries: [RegisteredUserAndDeviceInput]!
  • reauthenticate: Boolean
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • userType: UserTypeInput!
  • description: String
  • group: String!
  • removeFromGroups: Boolean
  • state: StateInput!
  • }