GraphQL-Ruby is a Ruby library for building GraphQL APIs with a strongly typed schema and a dedicated query execution engine. It provides a comprehensive framework for mapping application objects to a formal type system, enabling structured data fetching through defined resolvers. The project distinguishes itself with advanced performance and delivery mechanisms, including a data loader for batching and caching to prevent N+1 query patterns. It supports high-performance data delivery through incremental response streaming, deferred query responses, and parallel data fetching using fibers. Add
Type-graphql is a toolkit and framework for creating type-safe GraphQL APIs. It functions as a schema generator and resolver library that uses TypeScript classes and decorators as the primary source of truth for data structures and query logic. The project enables the definition of GraphQL schemas and resolvers through typed classes rather than manual schema definition language. This approach ensures that TypeScript types automatically align with the GraphQL schema to prevent runtime errors. The framework provides capabilities for API implementation, including input data validation and acces
A graphql, relay and standard rails application powered demo weblog. We are using Graphql server and relay for our react component data needs.
Example Rails app using GitHub's GraphQL API
A query batching executor for the graphql gem
Principalele funcționalități ale shopify/graphql-batch sunt: GraphQL, Ruby GraphQL Tools.
Alternativele open-source pentru shopify/graphql-batch includ: rmosolgo/graphql-ruby — GraphQL-Ruby is a Ruby library for building GraphQL APIs with a strongly typed schema and a dedicated query execution… michallytek/type-graphql — Type-graphql is a toolkit and framework for creating type-safe GraphQL APIs. It functions as a schema generator and… gauravtiwari/relay-rails-blog — A graphql, relay and standard rails application powered demo weblog. We are using Graphql server and relay for our… github/github-graphql-rails-example — Example Rails app using GitHub's GraphQL API. github/graphql-client. nethsix/relay-on-rails — Relay + GraphQL + React on Rails.