Quick Rails 5 app using GraphQL
-
Updated
Jun 1, 2017 - 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.
Quick Rails 5 app using GraphQL
A strongly typed GraphQL API framework
A backend web framework centred around GraphQL.
Performant remote GraphQL queries from within the resolvers of a Ruby GraphQL API.
Implement filter, pagination functionality in Ruby on Rails + GraphQL API
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 Rails 6 boilerplate to create your next Saas product. Preloaded with graphQL, devise, JWT, CanCanCan, RailsAdmin, Rubocop, Rspec, i18n and more.
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.
rails-graphql app with oauth2 and tests