Skip to content
signOutMutation
signOut: SignOutResult!

Clear the auth cookie and sign out the current user.

Returns

SignOutResult!

See SignOutResult for the full shape.

Try it

Example
Query
mutation SignOut {
  signOut {
    __typename
  }
}
Variables
{}
POST https://go.sessions.website/api/graphql
signOut