Anchor to appByHandleapp
appByHandle
query
Fetches app by handle. Returns null if the app doesn't exist.
Anchor to Arguments
Arguments
- Anchor to handlehandle•String!required
Handle of the App.
Was this section helpful?
Query Reference
1{2 appByHandle(handle) {3 # appByHandle fields4 }5}