OBJECT

UserLoginPayload

Autogenerated return type of UserLogin

link GraphQL Schema definition

  • type UserLoginPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [Error!]
  • user: UserWithAuthToken
  • }

link Require by