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 miscellaneous
ID of the app.
Type
App
object apps
Represents app data.