app Query
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
Show return type
Arguments
id ● ID
ID of the app.
Type
App
Represents app data.