Automatically generates GraphQL schema for objection.js models and allows to extend the schema with custom mutations and subscriptions
Objection graphql schema generator
objection.js plugin: resolve GraphQL query using withGraphFetched
An SQL-friendly ORM for Node.js
Helpers for combining Objection models with GraphQL Relay
A Query Language and Runtime which can target any service.
Helpers for combining Objection models with GraphQL.
Objectionjs plugin to whitelist/blacklist model properties
No description provided.
OpenTelemetry instrumentation for `graphql` gql query language and runtime for GraphQL
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client
A JavaScript template literal tag that parses GraphQL queries
No description provided.
Fork of GraphQL.js' execute function
This is the core package for Envelop. You can find a complete documentation here: https://github.com/graphql-hive/envelop
Minimal GraphQL client supporting Node and browsers for scripts or simple apps.
A filter module for objection.js
A spec-compliant client-side GraphQL implementation
The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)
Pluck graphql-tag template literals
GitHub GraphQL API client for browsers and Node
Utilities for GraphQL documents.
A data loading utility to reduce requests to a backend via batching and caching.
A collection of scalar types not included in base GraphQL.
Search Object plugin to working with GraphQL
A toolkit for decorating GraphQL field objects using ActiveDecorator.
This gem extends ActiveRecord::Base to add automatic generation of GraphQL objects based on your models.
This is an even longer description of how this gem converts JSON to GraphQL queries.
GraphQL Query generator from Ruby object structure
This gem provides an implementation the Relay Global Object Identification specification in Ruby, ensuring compatibility with GraphQL Federation. It allows you to define and resolve global identifiers for your GraphQL objects, making it easier to work with Relay and Federation in your applications.
A collection of RSpec matchers for testing GraphQL queries and Interactor service objects.
Detect invalid id field for GraphQL types by detecting divergent fields between nodes representing the same object
This gem provides proxy objects in place of ActiveRecord objects where the proxy handles relationship loading through GraphQL::Dataloader. This is an experimental approach which should theoretically allow authors to write GraphQL code that relies on ActiveRecord using regular ActiveRecord relationship methods without generating N+1 query situations.