mutation

loginWithAppleIOS

Enable ios users to log in to the system using their apple id.
Arguments
oAuthRequestAppleSchemaInput
OAuthRequestAppleSchemaInput
Describes the request structure to login or register in ios app using apple account credentials.
platform
String
ID of the application.
Response
register_token
String
Unique registration token for user.
Describes the user details structure.
user_exists
Boolean
Boolean which specifies if user is registered.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...