-
-
Notifications
You must be signed in to change notification settings - Fork 798
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 GET support to RPC specification #3891
Conversation
🦋 Changeset detectedLatest commit: 5d4e3af The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@dillonraphael @beerose what is the recommended way to get the config file from the resolvers?
I switched to the second method as it was able to handle re-runs faster when changing the
and am I missing an easier method to get this config? EDIT [11-10]:I ran a test to check the time difference between method 1 and method 2 for the Tested using
|
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.
awesome, just one small change left!
Closes: #2162
What are the changes and their implications?
query
files [mutations
even with this config will only use POST requests]Example Usage
But, there is no practical limit for URL size for the latest browsers. So, should the warning be removed?
rpc
tests to accept GET requestsTODO:
Replace
esbuild
usage withjscodeshift
to get the config from the filestry shifting to
swc
fromrecast
to improve performanceRemove caching layer as it is not needed anymore
Output
(Where GET request has been set for
getProject
and the default POST request set forgetProjects