Skip to content
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

Schema Coordinates #3044

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Schema Coordinates #3044

wants to merge 1 commit into from

Commits on Jun 3, 2021

  1. Schema Coordinates

    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`
    leebyron committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    98e7541 View commit details
    Browse the repository at this point in the history