Skip to main content

SignInInput

Autogenerated input type of SignIn

input SignInInput {
clientMutationId: String
loginIdentifier: String!
loginIdentifierType: LoginIdentifierTypesEnum
password: String!
}

Fields

SignInInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

SignInInput.loginIdentifier ● String! non-null scalar

A login identifier used to log in to the app. Usually an email address.

SignInInput.loginIdentifierType ● LoginIdentifierTypesEnum enum

The type of the login identifier. Defaults to EMAIL.

SignInInput.password ● String! non-null scalar

The unique secret password of the user.

Member Of

signIn mutation