INPUT_OBJECT

CreateExtensionClientInput

CreateExtensionClientInput creates an extension with a given name.

link GraphQL Schema definition

1input CreateExtensionClientInput {
4
2# name is the name of the extension client ID.
3name: String!
8
5# organizationID is the organization ID that the extension will be binded with in
6# RBAC.
7organizationID: ID
12
9# redirectURI is the URI that can be used for OAuth login using the extension's
10# client ID.
11redirectURI: String!
13}