Queries
permissions
Returns the complete list of all permission strings defined in Plain, sorted alphabetically. Use this to discover valid permission values when building role or API key management UIs. Requires the permission:read permission.
QUERY
permissions: Permissions!Returns
permissions
[String!]!
The permission strings, e.g. 'thread:read', 'customer:create'. Use the permissions query to enumerate all valid values.
Query
Response
Query
Response

