Open
Description
Documentation
i've so far seen quite a lot of questions revolving around documentation, specific to the graphql-js implementation and how to translate graphql schemas to the graphql-types.
- the onepager on https://graphql.org/graphql-js/ does not even use
GraphQLObjectType
, orGraphQLSchema
to define schemas but uses a template string instead. - the class
GraphQLDirective
is not even mentioned in the API Reference, which is extremely confusing when trying to wrap your head around how to use graphql properly with graphql-js.
i'm not experienced enought to create a pull request for this, but I think the javascript community would greatly benefit from better documentation on how the javascript specific implementation works with graphql.
and since the graphql-js package already exists, it makes no sense to just omit the documentation