drupal-graphql / drupal-graphql/graphql-apq
Pluggable validation when persisting the query
Open
good first issue
- Dominant language
- PHP
- Stars
- 16
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Having the possibility to persist arbitrary queries (in my opinion) is one of the main reasons people use persisted queries at the build time which is difficult to orchestrate and adds more work when migrating over GraphQL as a public API.
**Proposal:**
Enable modules to extend the validation rules of queries before they are persisted in order to create their own custom logic that applies best to their business use case.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.