Graphql for deno with typescript
Each sub directory within is a sub-module of graphql-js:
graphql/language
: Parse and operate on the GraphQL language.graphql/type
: Define GraphQL types and schema.graphql/validation
: The Validation phase of fulfilling a GraphQL result.graphql/execution
: The Execution phase of fulfilling a GraphQL request.graphql/error
: Creating and formatting GraphQL errors.graphql/utilities
: Common useful computations upon the GraphQL language and type objects.graphql/subscription
: Subscribe to data updates.