tokenCreate
Create JWT token for user authentication.
tokenCreate(
email: String!
password: String!
): TokenCreate!
Arguments
tokenCreate.email ● String! non-null scalar
tokenCreate.password ● String! non-null scalar
Type
TokenCreate object
Result of token create mutation.