Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashnuke/graphql-tryouts
GraphQL tryouts with Rails & Python apps along with schema-stitching
https://github.com/hashnuke/graphql-tryouts
Last synced: 15 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T07:42:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T02:00:25.478Z (24 days ago)
- Language: Ruby
- Homepage:
- Size: 604 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
User
id
namePost
id
title
user_id
created_atLikes
like_id
post_id
user_id
created_atrails g scaffold User name:text
rails g scaffold Post title:text user_id:integer
rails g scaffold Like post_id:integer user_id:integerQuery
Collection vs Connection
Authentication
Authorization
Pagination