-
Notifications
You must be signed in to change notification settings - Fork 4
Add support for executable descriptions #59
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
Conversation
🦋 Changeset detectedLatest commit: dd64199 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
} | ||
} | ||
"Time machine details." |
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.
Interestingly this seems to add newlines at the front and end when parsed
do { | ||
let _description: ast.StringValueNode | undefined; | ||
if (input.charCodeAt(idx) === 34 /*'"'*/) { | ||
_description = value(true) as ast.StringValueNode; |
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.
Would we want to add an invariant for checking that this can only be a string or split the string out?
41fffb8
to
c802ab1
Compare
c802ab1
to
dd64199
Compare
Adds built-in support for graphql/graphql-spec#1170
Supports descriptions on