Skip to content

Commit b285326

Browse files
committed
Created REAME with links to different build branches and resources
1 parent ab851c8 commit b285326

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
.env
3+
.vscode

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# GraphQL Livecode Demo
2+
3+
**This demo includes three branches:**
4+
5+
* [basic](https://github.com/devleague/graphql-livecode/tree/basic) - example of basic build
6+
* [data-loader](https://github.com/devleague/graphql-livecode/tree/data-loader) - example of data loading
7+
* [joinMonster](https://github.com/devleague/graphql-livecode/tree/joinMonster) - example usage with [join-monster](https://github.com/stems/join-monster)
8+
9+
**Resources:**
10+
11+
* Slides
12+
* [DevLeague GraphQL Slides](https://devleague.slides.com/devleague/graphql)
13+
14+
* GraphQL:
15+
* [GraphQL](https://graphql.org/)
16+
* [GraphQL JS](https://github.com/graphql/graphql-js)
17+
18+
* DataLoader:
19+
* [GraphQL Data Loader](https://github.com/graphql/dataloader)
20+
* [GraphQL Data Loader Example w/ Knex](https://github.com/graphql/dataloader/blob/master/examples/Knex.md)
21+
22+
* JoinMonster:
23+
* [Join Monster](https://github.com/acarl005/join-monster)
24+
* [Join Master Documentation](https://join-monster.readthedocs.io/en/latest/problem/)

0 commit comments

Comments
 (0)