SignInInput
Autogenerated input type of SignIn
input SignInInput {
clientMutationId: String
loginIdentifier: String!
loginIdentifierType: LoginIdentifierTypesEnum
password: String!
}
Fields
SignInInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
SignInInput.loginIdentifier ● String! non-null scalar common
A login identifier used to log in to the app. Usually an email address.
SignInInput.loginIdentifierType ● LoginIdentifierTypesEnum enum common
The type of the login identifier. Defaults to EMAIL.
SignInInput.password ● String! non-null scalar common
The unique secret password of the user.
Member Of
signIn mutation