HashNuke / graphql-tryouts

GraphQL tryouts with Rails & Python apps along with schema-stitching

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User id name

Post id title user_id created_at

Likes like_id post_id user_id created_at

rails g scaffold User name:text rails g scaffold Post title:text user_id:integer rails g scaffold Like post_id:integer user_id:integer

Query Collection vs Connection Authentication Authorization Pagination

About

GraphQL tryouts with Rails & Python apps along with schema-stitching


Languages

Language:Ruby 55.3%Language:HTML 13.0%Language:TSQL 11.1%Language:JavaScript 10.6%Language:Python 6.3%Language:CSS 2.9%Language:CoffeeScript 0.8%Language:Makefile 0.1%