https://github.com/hashnuke/graphql-tryouts
GraphQL tryouts with Rails & Python apps along with schema-stitching
https://github.com/hashnuke/graphql-tryouts
Last synced: about 2 months ago
JSON representation
GraphQL tryouts with Rails & Python apps along with schema-stitching
- Host: GitHub
- URL: https://github.com/hashnuke/graphql-tryouts
- Owner: HashNuke
- Created: 2018-04-10T08:43:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T07:42:44.000Z (about 3 years ago)
- Last Synced: 2025-07-02T13:11:21.858Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 604 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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