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

RFC: persisted operations #253

Merged
merged 4 commits into from
Aug 21, 2023
Merged

Conversation

JoviDeCroock
Copy link
Member

This RFC intends to add (Automatic) Persisted Operations to the GraphQL over HTTP spec.

With persisted operations we can cater to some common needs

  • Caching (determinstic document hash and url-size)
  • Security (we can choose which requests to allow)

This requires us to agree on a way to stringify the document, a way to hash the document and an alteration to our current request parameters as this tries to add documentId and make query optional.

@JoviDeCroock JoviDeCroock marked this pull request as ready for review August 9, 2023 07:04
rfcs/PersistedOperations.md Outdated Show resolved Hide resolved
@benjie
Copy link
Member

benjie commented Aug 21, 2023

RFC documents get merged easily without much in the way of review.

@benjie benjie merged commit 1635ac7 into graphql:main Aug 21, 2023
3 checks passed
@JoviDeCroock JoviDeCroock deleted the persisted-operations branch August 21, 2023 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants