-
Notifications
You must be signed in to change notification settings - Fork 2k
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: Schema Coordinates #3807
Open
yaacovCR
wants to merge
1
commit into
graphql:main
Choose a base branch
from
yaacovCR:schema-coordinates-rebased
base: main
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
RFC: Schema Coordinates #3807
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
✅ Deploy Preview for compassionate-pike-271cb3 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @yaacovCR, I'm @github-actions bot happy to help you with this PR 👋 Supported commandsPlease post this commands in separate comments and only one per comment:
|
yaacovCR
force-pushed
the
schema-coordinates-rebased
branch
from
December 29, 2022 20:25
08e459e
to
3945604
Compare
yaacovCR
added
spec RFC
Implementation of a proposed change to the GraphQL specification
PR: feature 🚀
requires increase of "minor" version number
labels
Dec 29, 2022
This was referenced Dec 30, 2022
yaacovCR
force-pushed
the
schema-coordinates-rebased
branch
3 times, most recently
from
February 6, 2023 12:33
33c5916
to
1dafb51
Compare
yaacovCR
force-pushed
the
schema-coordinates-rebased
branch
2 times, most recently
from
May 31, 2023 11:06
e5ad1de
to
75b9bd1
Compare
yaacovCR
force-pushed
the
schema-coordinates-rebased
branch
from
March 20, 2024 10:00
75b9bd1
to
0b41718
Compare
yaacovCR
force-pushed
the
schema-coordinates-rebased
branch
from
August 22, 2024 19:13
0b41718
to
934a631
Compare
yaacovCR
added a commit
to yaacovCR/graphql-js
that referenced
this pull request
Aug 22, 2024
extracted from graphql#3807
yaacovCR
added a commit
that referenced
this pull request
Sep 4, 2024
yaacovCR
force-pushed
the
schema-coordinates-rebased
branch
3 times, most recently
from
September 11, 2024 15:16
2c3466e
to
923f6d3
Compare
yaacovCR
force-pushed
the
schema-coordinates-rebased
branch
from
November 6, 2024 10:34
923f6d3
to
8745736
Compare
Implements graphql/graphql-spec#794 Adds: * DOT punctuator in lexer * Improvements to lexer errors around misuse of `.` * Minor improvement to parser core which simplified this addition * `SchemaCoordinate` node and `isSchemaCoodinate()` predicate * Support in `print()` and `visit()` * Added function `parseSchemaCoordinate()` since it is a parser entry point. * Added function `resolveSchemaCoordinate()` and `resolveASTSchemaCoordinate()` which implement the semantics (name mirrored from `buildASTSchema`) as well as the return type `ResolvedSchemaElement`
yaacovCR
force-pushed
the
schema-coordinates-rebased
branch
from
November 6, 2024 11:31
8745736
to
9fc6c0b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
PR: feature 🚀
requires increase of "minor" version number
spec RFC
Implementation of a proposed change to the GraphQL specification
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.
#3044 rebased on main.
@leebyron comments from original PR: