Add existing GraphQL types to your schema
Add global, type level, or field level authorization checks to your schema
A plugin for defining and limiting complexity of queries
Integrate with existing schema graphql directives in a type-safe way.
A plugin for easily including error types in your GraphQL schema and hooking up error types to resolvers.
Quickly define data-loaders for your types and fields to avoid n+1 queries.
Add mock resolvers for easier testing
A plugin for more efficient integration with prisma that can help solve n+1 issues and more efficienty resolve queries
Easy to use builder methods for defining relay style nodes and connections, and helpful utilities
for cursor based pagination.
Define simple object types without resolvers or manual type definitions.
Make any part of your graph subscribable to get live updates as your data changes.
Build multiple subsets of your graph to easily share code between internal and external APIs.
Add tracing for resolver execution, with support for opentelemetry, newrelic, century, logging, and custom tracers
Validating your inputs and arguments
Define fields with inline input objects