Anchor to appByKeyapp
app By Key
query
Fetches an app by its client ID. Returns null if the app doesn't exist.
Anchor to Arguments
Arguments
- Anchor to apiKeyapi•
Key String!required Client ID of the app.
Was this section helpful?
Query Reference
1{2 appByKey(apiKey) {3 # appByKey fields4 }5}