signIn
Creates a new session for an already registered user. Once you get the token,
use it in the request header as Bearer Token to access the available resources.
signIn(
input: SignInInput!
): SignInPayload
Arguments
signIn.input ● SignInInput! non-null input common
Parameters for SignIn
Type
SignInPayload object common
Autogenerated return type of SignIn.