GraphQL Ruby example for How To GraphQL
-
Updated
May 17, 2021 - Ruby
GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
GraphQL Ruby example for How To GraphQL
A Rails 6 boilerplate to create your next Saas product. Preloaded with graphQL, devise, JWT, CanCanCan, RailsAdmin, Rubocop, Rspec, i18n and more.
GraphQL plugin for SearchObject gem
Grow Your Business with Gamou
Step by step tutorial to write a graphql server in sinatra (ruby)
🗄🛰📲 Rails API for The Spectator; GraphQL server, written with PostgreSQL.
Menampilkan daftar provinsi, kota, kecamatan dengan GraphQL untuk membuat form isian alamat.
A GraphQL on Rails API that serves queries and mutations for Virtual Escape, an application that allows you to travel in covid-safe style.
A backend web framework centred around GraphQL.
Performant remote GraphQL queries from within the resolvers of a Ruby GraphQL API.
A Rails 6 boilerplate to create your next Saas product. Preloaded with graphQL, devise, JWT, CanCanCan, RailsAdmin, Rubocop, Rspec, i18n and more.
Implement filter, pagination functionality in Ruby on Rails + GraphQL API