Here are
56 public repositories
matching this topic...
Ruby implementation of GraphQL
⚡ Powerful tool for avoiding N+1 DB or HTTP queries
Updated
Aug 29, 2021
Ruby
Simple authorization gem for GraphQL 🔒
A caching plugin for graphql-ruby
Get changes between two GraphQL schemas 🤖
Simple error handler for GraphQL Ruby ❗
Minimize N+1 queries generated by GraphQL and ActiveRecord
Updated
Apr 26, 2018
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
Mar 7, 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
Feb 26, 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
Feb 26, 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
Feb 11, 2022
Ruby
A simple app to demonstrate basic API functions built with REST and GraphQL
Sample application for demonstrating GraphQL Ruby on Rails integration
Updated
Aug 11, 2018
Ruby
Measure and understand how good your GraphQL-Ruby application works
Updated
Jul 26, 2021
Ruby
A strongly typed GraphQL API framework
Updated
Oct 26, 2017
Ruby
GraphQL::ActiveRecordBatcher is a toolkit to batch record loading as well as preload ActiveRecord associations during GraphQL Execution.
Updated
Feb 23, 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
💎 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: true
if my fieldif I have a field like this:
field :collections, [CollectionType], null: false, authorized_scope: true, cache_fragment: { context_key: :current_user } do
I get an error: