Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
graphql
A Query Language and Runtime which can target any service.
@0no-co/graphql.web
A spec-compliant client-side GraphQL implementation
graphql-fields
Turns GraphQLResolveInfo into a map of the requested fields
graphql-parse-resolve-info
Parse GraphQLResolveInfo (the 4th argument of resolve) into a simple tree
gql.tada
The spec-compliant & magical GraphQL query language engine in the TypeScript type system
graphql-rate-limit-directive
Fixed window rate-limiting directive for GraphQL. Use to limit repeated requests to queries and mutations.
graphql-fields-list
Extracts and returns list of fields requested from graphql resolver info object
graphql-list-fields
Get a list of fields while resolving a GraphQL query
graphql-cost-analysis
Graphql query cost analyzer. Use it to protect your GraphQL servers against DoS attacks, compute data consumption per user and limit it.
@relay-graphql-js/validation-rules
shared relay validation rules for graphql-js parser
graphql-web-lite
graphql npm package slimmed down for client-side libraries
@apollo/graphql
A Query Language and Runtime which can target any service.
graphql-esm
A Query Language and Runtime which can target any service.
@graphidocs/docs
Static page generator for documenting GraphQL Schema
graphdoc-plugin-operations
GraphQL schema HTML documentation generation, using graphdoc with Isolated Operations
graphdoc-plugin-schema
GraphQL schema HTML documentation generation, using configurable graphdoc document-schema plugin
better-graphql
A copy of github.com/graphql/graphql-js with some improvements
graphdoc-plugin-flexible
GraphQL documentation with Flexible graphdoc
graphdoc-plugin-erase
GraphQL schema HTML documentation generation, erasing unwanted types using graphdoc
graphql-operation-to-pojo
Converts GraphQL operations to plain old JS objects (POJOs), ready to to be serialized to JSON