INPUT_OBJECT

RefreshExtensionTokenInput

The required input for an RefreshExtensionToken mutation.

link GraphQL Schema definition

1input RefreshExtensionTokenInput {
4
2# The id of the channel the extension is currently installed on.
3channelID: ID!
7
5# The ID of the extension that the user is refreshing their token for.
6extensionID: ID!
10
8# The current extension jwt being refreshed.
9jwt: String
11}