Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pluggable validation when persisting the query #10

Open
sebas5384 opened this issue Nov 4, 2019 · 0 comments
Open

Pluggable validation when persisting the query #10

sebas5384 opened this issue Nov 4, 2019 · 0 comments
Labels
good first issue Good for newcomers

Comments

@sebas5384
Copy link
Collaborator

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.

@sebas5384 sebas5384 added the good first issue Good for newcomers label Nov 4, 2019
@sebas5384 sebas5384 changed the title Pluggable validation before persisting the query Pluggable validation when persisting the query Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant