myAppAccess
The authenticated caller's own access record for a given app, or null if they have none. Requires authentication. Use this to check whether the current user is entitled to the app and on which tier; inspect status to distinguish active vs revoked.
myAppAccess(
appId: BigInt!
): AppUserAccess
Arguments
myAppAccess.appId ● BigInt! non-null scalar
Numeric id of the app to check the caller's access for.
Type
AppUserAccess object
A user's entitlement to a specific app: whether (and via which tier) they may access it. At most one row per (app, user).