Skip to content

add commentDescription to printSchema call to match other uses #745

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

Merged
merged 3 commits into from
Apr 19, 2018

Conversation

ckolderup
Copy link
Contributor

#541 fixed most instances of calls to graphql-js functions that as of 0.12 require special options to enable comment-based field descriptions, but missed one. This PR just adds that same option to the call to printSchema() in src/stitching/makeRemoteExecutableSchema.ts.

I had to cast it as any temporarily because @types/graphql hasn't been updated, but other code that did similar things left a comment reference to #542 so I did the same.

ckolderup and others added 3 commits April 18, 2018 09:44

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants