INPUT_OBJECT

SetExtensionInstallationOAuthInput

The required input to set oauth on an installation.

link GraphQL Schema definition

1input SetExtensionInstallationOAuthInput {
4
2# The installation ID we're setting the oauth token for.
3id: ID!
7
5# The OAuth token created for the extension.
6oauthToken: String!
8}