Closed
Description
As per graphql/graphql-js#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}
.