question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Descriptions as strings

See original GitHub issue

As per https://github.com/graphql/graphql-js/pull/927, descriptions are now strings instead of comments in the SDL.

In order to provide a graceful upgrade path, we could bump graphql-js and add a new configuration option called --comments-as-descriptions that would toggle buildASTSchema’s {commentDescriptions: true}.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
cjoudreycommented, Jan 24, 2018

@adampash thanks for the feedback. Now that the changes were shipped in graphql-js I think this becomes even more important.

I believe we could also temporarily run off graphql-js’s master branch if a release doesn’t come shortly.

0reactions
adampashcommented, Feb 13, 2018

Thanks @cjoudrey!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

String Definition - TechTerms
A string is a data type used in programming, such as an integer and floating point unit, but is used to represent text...
Read more >
Python Strings (With Examples) - Programiz
In computer programming, a string is a sequence of characters. For example, "hello" is a string containing a sequence of characters 'h' ,...
Read more >
strings Command - IBM
Description. The strings command looks for printable strings in a file. A string is any sequence of 4 or more printable characters that...
Read more >
String - JavaScript - MDN Web Docs
The String object is used to represent and manipulate a sequence of characters. Description. Strings are useful for holding data that can be ......
Read more >
Response String Description
Response String Description. Response strings are automatically formatted by the applet when a command APDU is received. You must follow the requirements ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found