INPUT_OBJECT

InvalidateAuthenticatedSessionsInput

Arguments for the invalidation of all of a user's sessions.

link GraphQL Schema definition

1input InvalidateAuthenticatedSessionsInput {
4
2# Session to keep alive.
3keepSession: String
7
5# Twitch user owner of the sessions.
6userID: ID!
8}