serverOnly
Marks an element of the GraphQL schema as requiring SERVER scope on Custom Tokens
directive @serverOnly(
requires: Scope = SERVER
) on
| OBJECT
| FIELD_DEFINITION
Marks an element of the GraphQL schema as requiring SERVER scope on Custom Tokens
directive @serverOnly(
requires: Scope = SERVER
) on
| OBJECT
| FIELD_DEFINITION
serverOnly.requires ● Scope enum