app
Look up an app by ID. If ID is not provided, return the currently authenticated app.
The authenticated app has access to its resources. Fetching different apps requires MANAGE_APPS permission.app(
id: ID
): App
Arguments
app.id
● ID
scalar
ID of the app.
Type
App
object
Represents app data.
Was this page helpful?