Shoulda style matchers for GraphQL...
rails-fields gem provides robust field type enforcement for ActiveRecord models in Ruby on Rails applications. It includes utility methods for type validation, logging, and field mappings between GraphQL and ActiveRecord types Custom error classes provide clear diagnostics for field-related issues, making it easier to maintain consistent data models.
Securely proxying graphql requests from our app to shopify
Provide a fully typed interface to filter lists in a GraphQL API.
A Wrapper For Waveapps graphql API
This simple gem allows you to make GraphQL requests and parses the response into a simple structure with helper methods to validate if it's a successful response or not
Like rack-attack, but for GraphQL. This is under development.
Creates GraphQL generator
A Ruby library for declaring, composing and executing GraphQL queries
A data loading utility to batch loading of promises. It can be used with graphql gem.
Lightweight, no-nonsense, Shopify GraphQL Admin API client with built-in pagination and retry
A gem to setup grapqhl basics like pagination, file upload
Wrapper for buildkite graphql library
GraphQL REPL
Inigo GraphQL plugin for Ruby
Description of Alchemy::GraphQL
Instruments the graphql-ruby gem for opentracing
A static version of the Altair GraphQL Client, for Rails and ActionCable subscriptions.
Provides a configurable Graphiql endpoint for easy graphql api development.
A collection of helpers for interacting with the ecoPortal GraphQL API
imple implementation of persisted queries for GraphQL
A fast GraphQL engine written in pure Ruby.
Imagine GraphQL alike query language for JSON based APIs usecase but with really pragmatic implementation using GET requests
An extension of Navigable Server for building GraphQL APIs.
rails graphql preload ar in resolver
convert schema for ridgepole to any schema(like: rbs, GraphQL, ...)
A tracer for integrating Hubburu with GraphQL Ruby
In most cases Ruby doesn't need templated classes, nor any other system of generics, because it isn't statically type checked. However, sometimes we need to automatically generate multiple similar classes, either because of poor design or because of external necessities. For example, to define a GraphQL schema with GraphQL Ruby (https://graphql-ruby.org/) we need to define a distinct class for each type. Since GraphQL is statically type checked but doesn't provide generics, if we need a set of similar but distinct types we're left to define them one by one.
GraphQL client for GitHub GraphQL API
Ruby implementation of GraphQL trace data in the Apollo Tracing format.
A data loading utility to batch loading of promises. It can be used with graphql gem.
Generates java code based on the GraphQL schema to provide type-safe API for building GraphQL queries and using their responses.
Grate is a framework that allows you to use a declarative, compact DSL to design GraphQL APIs quickly and effectively
Provides RSpec matchers and helpers for testing graphql-ruby schema
Ruby bindings for Facebook's libgraphqlparser.
Loads records from Github via GraphQL API.
This gem allows you to share arguments between multiple fields while using graphql.
A Collection of Types for GraphQL.
rails graphql preload ar association in resolver
Hai Graphql creates a set of CRUD Graphql actions around your chosen Hai database layer.
Directly link GraphQL types to underlying models.
Library for stubbing graphql request (from ruby to other services), wrapper of webmock
GraphQL + JWT + Devise
A set of convenient helpers for graphql-ruby.
Plucks GraphQL document from Ruby codes
Provides a GraphQL mock server that allows testing client request against a provided schema.
GraphQL Testing tools
Generate ruby code from .graphql
Matchers for testing GraphQL fields
Graphql is the best developer experience you can have while building api's. We make doing so from a rails app super fun and easy.