Ruby implementation of GraphQL
-
Updated
Mar 7, 2022 - Ruby
{{ message }}
Ruby implementation of GraphQL
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
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
[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
Performant remote GraphQL queries from within the resolvers of a Ruby GraphQL API.
"「GraphQL」徹底入門 ─ RESTとの比較、API・フロント双方の実装から学ぶ" のサンプルコード
Exemplary real world backend GraphQL API built with Ruby on Rails https://realworld.io
A sweet, extended DSL written on top of the graphql-ruby gem.
Instant GraphQL REST-API for Rails from ActiveRecord or Mongoid models https://maxcoto.github.io/graphoid/
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
A simple app to demonstrate basic API functions built with REST and GraphQL
Sample application for demonstrating GraphQL Ruby on Rails integration
Measure and understand how good your GraphQL-Ruby application works
A strongly typed GraphQL API framework
GraphQL::ActiveRecordBatcher is a toolkit to batch record loading as well as preload ActiveRecord associations during GraphQL Execution.
Opinionated backend template powered by rails 5, mongoid and graphql
Creating a GraphQL Rails, React, Relay application
React Native + Action Cable with Authetication JWT
Create a /docs and organize and mode contents of readme into multiple logical pages.
Be sure that images file names stay all lowercase.
Add a description, image, and links to the graphql-ruby topic page so that developers can more easily learn about it.
To associate your repository with the graphql-ruby topic, visit your repo's landing page and select "manage topics."
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: