AppleAuthInput
Attributes for logging in/signing up with Apple on an iOS device
input AppleAuthInput {
identityToken: String!
authorizationCode: String!
name: String
}
Fields
AppleAuthInput.identityToken ● String! non-null scalar
The identity token JWT from Apple.
AppleAuthInput.authorizationCode ● String! non-null scalar
The authorization code from Apple
AppleAuthInput.name ● String scalar
The user's name. Only received on signup
Member of
AuthenticateInput input