Skip to content
stopObservingMutation
stopObserving: StopObservingResult!

End the current observer session and restore the admin's own session. Available wherever an observer session is honored (e.g. the user's own go / account view) so the admin can stop observing from any of them.

Returns

StopObservingResult!

See StopObservingResult for the full shape.

Try it

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