Here are
55 public repositories
matching this topic...
Ruby implementation of GraphQL
Updated
May 30, 2022
Ruby
⚡ Powerful tool for avoiding N+1 DB or HTTP queries
Simple authorization gem for GraphQL 🔒
A caching plugin for graphql-ruby
Get changes between two GraphQL schemas 🤖
Updated
Mar 11, 2022
Ruby
Simple error handler for GraphQL Ruby ❗
A graphql, relay and standard rails application powered demo weblog. We are using Graphql server and relay for our react component data needs.
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by Next.js and Ruby on Rails 🏅
Updated
May 30, 2022
JavaScript
[Maintainers Wanted] Ruby implementation of GraphQL trace data in the Apollo Tracing format
GraphQL-Api is an opinionated Graphql framework for Rails that supports auto generating queries based on Active Record models and plain Ruby objects
Updated
May 18, 2022
Ruby
Performant remote GraphQL queries from within the resolvers of a Ruby GraphQL API.
Updated
Sep 14, 2020
Ruby
"「GraphQL」徹底入門 ─ RESTとの比較、API・フロント双方の実装から学ぶ" のサンプルコード
A sweet, extended DSL written on top of the graphql-ruby gem.
Updated
May 24, 2022
Ruby
Generate GraphQL Types and Mutations For Rails Apps
Run group- and aggregation queries with graphql-ruby
Boilerplate Rails project using clean architecture, GraphQL and ROM 4.0
Updated
Mar 30, 2022
Ruby
A simple app to demonstrate basic API functions built with REST and GraphQL
Measure and understand how good your GraphQL-Ruby application works
Sample application for demonstrating GraphQL Ruby on Rails integration
Updated
Aug 11, 2018
Ruby
GraphQL::ActiveRecordBatcher is a toolkit to batch record loading as well as preload ActiveRecord associations during GraphQL Execution.
Updated
Feb 23, 2017
Ruby
A strongly typed GraphQL API framework
Updated
Oct 26, 2017
Ruby
Opinionated backend template powered by rails 5, mongoid and graphql
Updated
Sep 10, 2017
Ruby
Creating a GraphQL Rails, React, Relay application
React Native + Action Cable with Authetication JWT
Updated
Feb 25, 2020
JavaScript
Allows using
@constraint as a directive to validate input data for graphql-ruby.
💎 Rails 5 API for a GraphQL blog and client agnostic
Updated
Nov 20, 2017
Ruby
Improve this page
Add a description, image, and links to the
graphql-ruby
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
graphql-ruby
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I am trying to use both fragment caching + action policy and due to lack of documentation I am unable to make it work if I have a
authorized_scope: trueif my fieldif I have a field like this:
field :collections, [CollectionType], null: false, authorized_scope: true, cache_fragment: { context_key: :current_user } doI get an error: