-
Notifications
You must be signed in to change notification settings - Fork 3
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
Export server/router #84
Merged
Merged
Conversation
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
ardatan
force-pushed
the
expose-server-logic
branch
from
November 15, 2024 10:09
513d826
to
d7fe97c
Compare
ardatan
force-pushed
the
expose-server-logic
branch
from
November 15, 2024 10:10
d7fe97c
to
7cbb30c
Compare
ardatan
force-pushed
the
expose-server-logic
branch
from
November 15, 2024 11:19
3b202a9
to
54d1eed
Compare
ardatan
force-pushed
the
expose-server-logic
branch
from
November 15, 2024 11:24
54d1eed
to
cca4000
Compare
ardatan
force-pushed
the
expose-server-logic
branch
from
November 15, 2024 11:32
cca4000
to
4659cca
Compare
ardatan
force-pushed
the
expose-server-logic
branch
from
November 15, 2024 11:32
4659cca
to
59044a1
Compare
ardatan
force-pushed
the
expose-server-logic
branch
from
November 15, 2024 11:40
9b8db69
to
f76bad3
Compare
ardatan
force-pushed
the
expose-server-logic
branch
from
November 15, 2024 11:42
f76bad3
to
e4e080f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
createRouter
by exporting the HTTP handler so we can usefetch
function from it inside tests without starting a real serverclose
method in the return value ofserve
so we can use start and stop servernpm install
from another project, it runstsc
to generate js and declaration files to be used in our Hive GW test suite here;Add Federation Compatibility Test Suite graphql-hive/gateway#120