Giter VIP home page Giter VIP logo

graphql_rails's Introduction

graphql_rails

I am simply following https://graphql-ruby.org/getting_started

This GraphQL engine is based on Rails. They have GraphQL schema defined with DSL.

Install graphql from scratch

rails g graphql:install
bundle install

Generate schema

Use command

rails g graphql:object Post title:String rating:Int comments:[Comment]

Or define them in app/graphql/types/

Fuck the tutorial above. Nothing works.

I am gonna follow https://www.howtographql.com/graphql-ruby/0-introduction/

API development guide

Adding new API

  1. Create a model (resource), and migrate
  2. Add the type for the model
  3. Make a query type
  4. Build mutation for this type

Adding new field

  1. Change model
  2. Add new field in object type

How to run tests

  1. Run everything: bundle exec rails test
  2. Run a file: rails test <file_path>
  3. Run a test case by line number: rails test <file_path>:<line_number>

graphql_rails's People

Contributors

zhiqu-stripe avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.