-
Notifications
You must be signed in to change notification settings - Fork 46
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
feat(parser, compiler): add parsing a type reference from a string #718
Conversation
Also Also Also, should this just be parsing into a |
Agree on both points: this can use |
This comment was marked as resolved.
This comment was marked as resolved.
@SimonSapin Ready for review again I think! |
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.
Some minor changes, then it looks great!
Co-authored-by: Simon Sapin <[email protected]>
Co-authored-by: Simon Sapin <[email protected]>
To parse standalone source text like
[Type]!
, for example for the federation directive@fields(type:)
.closes #715