INPUT_OBJECT
RegisteredUserInput
link GraphQL Schema definition
- input RegisteredUserInput {
- #   Unique identifier optionally passed into input object of any query/mutation 
- #   call, returned in the corresponding response output.
- : String
- : String
- #   Set a registration expires time with a long value in milleseconds
- : Date
- : String
- : String
- : Boolean
- : String
- : Long
- : String!
- : String
- : String
- : String
- #   DEPRECATED - Replaced by operationId. NBI responses will not return this value 
- #   anymore.
- : String
- : String
- : Int
- : String
- : String
- : String
- : String!
- : String
- : String
- #   Set a registration time with a long value in milleseconds
- : Date
- #   Set user type to GUEST or WEB_AUTH. Default is GUEST.
- : UserTypeInput
- : Int
- #   Set a registration start time with a long value in milleseconds
- : Date
- }