GraphQL Binding
JSON →GraphQL binding is a library for creating modular building blocks that embed existing GraphQL APIs into your own GraphQL server. It allows you to turn parts of GraphQL APIs into reusable components, supporting JavaScript, TypeScript, and Flow. Current stable version is 2.5.2, with irregular releases. Key differentiators: enables composition and reuse of GraphQL APIs, integrates with Prisma and other services. Note: the library is in maintenance mode; consider using modern alternatives like graphql-codegen or built-in federation.
Resources
packagegraphql-binding ↗