-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add context to relay resolvers #4704
Closed
Closed
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
8c31211
Add context to relay resolvers
Markionium eefbfbc
start fixing some stuff
Markionium 62a5c7f
Rework resolvercontext based on feedback
Markionium 8f8eb58
fix: flow errors
drewatk 72b6c91
wip: context args typing
drewatk e0c8311
typegen changes for liveResolverContextType, tests to go
drewatk 1022eba
Update JS tests
drewatk 837ef8c
fix: remove todo comments
drewatk 9e0a159
PR comments
drewatk 3105172
remove branch on live resolvers
drewatk 5b75b96
update JS tests with new resolver args
drewatk c9eb415
test: fix resolver uts with new arg order
drewatk 5f0a39d
intern macro
drewatk 6f18535
fix: string->stringKey
drewatk 4c2edff
update fixture tests
drewatk 52eff94
Merge remote-tracking branch 'facebook/main' into resolver-context
drewatk acf8390
fix: weakanimalQueryREsolvers type issue
drewatk 5bb6cc8
nit: unneeded or case
drewatk 6391623
docs update
drewatk b0fac59
Merge remote-tracking branch 'facebook/main' into resolver-context
drewatk 816b5ea
add link to issue
drewatk b3d492f
remove "live" from the naming of the context and types
drewatk 520dc93
fix: lint
drewatk 0ab2818
fix: rust lint
drewatk 24e8e6c
add new fixture tests
drewatk 5818987
test: add a JS fixture test for when type is defined it will be ignored
drewatk 78cabf0
Merge remote-tracking branch 'facebook/main' into resolver-context
drewatk 8d8e83a
PR suggestions
drewatk 5963c6f
fix: type errors
drewatk bf773ec
fix: typegen config doc comments/schema
drewatk 7520e4b
fix: intern
drewatk 1bfd08f
fix: comment
drewatk 5edfef9
fix: schema
drewatk 165ce8f
Merge branch 'main' into resolver-context
drewatk 2913709
Merge branch 'main' into resolver-context
drewatk 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.
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.
If you rerun the Rust tests with the flag to update snapshots this should update to include the description