← Graph

graphql-ruby

tool 5 connections

The canonical Ruby implementation of GraphQL. Early versions used DSL-style definers that were hard to write and reuse; later versions let types, mutations and connections be declared as classes. Provides field authorization, context objects passed to every resolver, max_depth schema option, query timeout controls, look_ahead support for predictive preloading, and multiplex to execute a batch of queries concurrently.

category
library
language
Ruby
Used in the GraphQL demo to expose a createOrder mutation.
Uses graphql-ruby features (types, connections, look_ahead, max_depth, multiplex, timeouts, authorization).
about
graphql-ruby tool
graphql-ruby's field-level authorization and context object are the core of the answer.
person Caio Almeida
has_skill
graphql-ruby tool
Uses graphql-ruby extensively in production at Meedan.
level: expert
project Check
uses
graphql-ruby tool
Ruby implementation of GraphQL powering Check's API.

Provenance

Read by
11 extractions