INPUT_OBJECT
RegisteredUserAndDeviceListInput
link GraphQL Schema definition
- input RegisteredUserAndDeviceListInput {
- # List of entries for creating multiple Registered Users and Devices
- : [RegisteredUserAndDeviceInput]!
- : Boolean
- # Unique identifier optionally passed into input object of any query/mutation
- # call, returned in the corresponding response output.
- : String
- : UserTypeInput!
- : String
- : String!
- : Boolean
- : StateInput!
- }