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