Skip to main content
Version: 3.x

app

Look up an app by ID. If ID is not provided, return the currently authenticated app.

Requires AUTHENTICATED_STAFF_USER AUTHENTICATED_APPpermission.

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?