AuthResponse
No description
type AuthResponse {
userId: String!
email: String
name: String
anonymous: Boolean!
anonymousId: String
externalId: String
refreshToken: AuthTokenData!
accessToken: AuthTokenData!
}
Fields
AuthResponse.userId
● String!
non-null scalar
AuthResponse.email
● String
scalar
AuthResponse.name
● String
scalar
AuthResponse.anonymous
● Boolean!
non-null scalar
AuthResponse.anonymousId
● String
scalar
AuthResponse.externalId
● String
scalar
AuthResponse.refreshToken
● AuthTokenData!
non-null object
AuthResponse.accessToken
● AuthTokenData!
non-null object
Returned by
login
mutation ● refreshAuth
mutation