AuthorizeAppInput
Approve (consent to) an app receiving app-scoped tokens via the Overworld portal.
input AuthorizeAppInput {
appId: BigInt!
scopes: [String!]
}
Fields
AuthorizeAppInput.appId ● BigInt! non-null scalar
App to authorize.
AuthorizeAppInput.scopes ● [String!] list scalar
Optional explicit scopes to grant (defaults to the app baseline).
Member Of
authorizeApp mutation