-
Notifications
You must be signed in to change notification settings - Fork 237
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
feat: @defer support #898
Open
igrlk
wants to merge
20
commits into
mercurius-js:next
Choose a base branch
from
igrlk:defer-directive-support
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: @defer support #898
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
cee50b7
added @defer support for requests with multipart/mixed; deferSpec=202β¦
igrlk 4ad38b4
reverted mercurius version bump, moved @defer tests to their own file
igrlk 08ee6d2
remove 'Mercurius' from the error message about wrong accept header, β¦
igrlk 35fdb02
bump graphql to 17.0.0-alpha.2
igrlk d41fff6
moved missing multipart accept header error into errors.js
igrlk 274c5bc
added opts.defer: boolean to enable @defer directive
igrlk 3e3ca77
use @fastify/accepts instead of Negotiator package
igrlk 2b3c25a
add @defer test with undici.fetch
igrlk 369457e
Add space between merged SDLs to fix merging errors (#899)
Igloczek 780c668
Explicitly say in the docs that JIT is disabled by default (#901)
igrlk b4d70fc
feat: add types for object in graphiql configuration (#907)
codeflyer e27e5b0
Prevent parsing schema exceptions when importing directives (#900)
Igloczek 6933420
Bumped v11.3.0
mcollina d1d8485
Removed canUseIncrementalExecution check
igrlk 2d599a7
Merge branch 'mercurius-js:master' into defer-directive-support
igrlk ef73394
Merge branch 'defer-directive-support' of github.com:igrlk/mercurius β¦
igrlk 640300f
Throw an error if JIT is used together with defer, update the docs
igrlk 8b7e9b2
Throw an error if JIT is used together with defer, update the docs
igrlk 7a84f17
Merge branch 'defer-directive-support' of github.com:igrlk/mercurius β¦
igrlk 093d0df
Merge branch 'next' into defer-directive-support
igrlk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you throw if jit is enabled with defer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added an error throwing when both jit and defer are enabled & updated the docs to have
defer
option there and in typescript definitions