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