OBJECT

UserLogOutMutationPayload

Autogenerated return type of UserLogOutMutation.

link GraphQL Schema definition

  • type UserLogOutMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • loggedOut: Boolean
  • status: Int!
  • }