INPUT_OBJECT
signInInput
Autogenerated input type of signIn
link GraphQL Schema definition
- input signInInput {
- # A unique identifier for the client performing the mutation.
- String :
- String :
- String :
- # When true, an additional API key will be generated (versus replacing the old
- # one)
- Boolean :
- # When true, an API key will be returned, versus a session token. The API key will
- # replace any existing API key for the account
- Boolean :
- # The authentication namespace to sign into. Whitelabels can have their own
- # separated auth namespace.
- String :
- String :
- String :
- String :
- String :
- }