Open
Description
The GraphQL spec was amended to allow descriptions for the schema itself, see graphql/graphql-spec#466. I am happy to accept a PR that adds this feature. Since we mirror graphql-js
when possible, the easiest route to implementing this is to follow graphql/graphql-js#2419