-
Notifications
You must be signed in to change notification settings - Fork 335
/
demos.json
152 lines (152 loc) · 3.97 KB
/
demos.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
[
{
"url": "https://airbnb.now.sh",
"info": {
"title": "Airbnb Clone",
"description": "The foundation for an application similar to AirBnB."
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "https://airbnb.now.sh"
},
{
"description": "Repo",
"url": "https://github.com/graphcool/graphql-server-example"
}
]
},
{
"url": "https://graphql-pokemon.now.sh",
"info": {
"title": "GraphQL Pokémon",
"description": "Get information of a Pokémon with GraphQL!",
"logo": {
"url": "https://github.com/lucasbento/graphql-pokemon/raw/master/content/logo.png"
}
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "https://graphql-pokemon.now.sh"
},
{
"description": "Repo",
"url": "https://github.com/lucasbento/graphql-pokemon"
}
]
},
{
"url": "https://react-relay-pokemon.now.sh",
"info": {
"title": "GraphQL Pokémon Relay",
"description": "Get information of a Pokémon with GraphQL!",
"logo": {
"url": "https://github.com/lucasbento/react-relay-pokemon/raw/master/content/logo.png"
}
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "https://react-relay-pokemon.now.sh"
},
{
"description": "Repo",
"url": "https://github.com/lucasbento/react-relay-pokemon"
}
]
},
{
"url": "https://graphql-compose.herokuapp.com/northwind",
"info": {
"title": "MongoDB Northwind demo",
"description": "Demo App build on top of graphql-compose and mongoose"
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "https://graphql-compose.herokuapp.com/northwind/"
},
{
"description": "Repo",
"url": "https://github.com/nodkz/graphql-compose"
}
]
},
{
"url": "https://todo-mongo-graphql-server.herokuapp.com",
"info": {
"title": "MongoDB TODO-List",
"description": "TODO List using GraphQL and MongoDb"
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "https://todo-mongo-graphql-server.herokuapp.com/"
},
{
"description": "Docs",
"url": "https://www.compose.com/articles/using-graphql-with-mongodb/"
},
{
"description": "Repo",
"url": "https://github.com/igorlima/todo-mongo-graphql-server"
}
]
},
{
"url": "https://spotify-graphql-server.herokuapp.com/graphql",
"info": {
"title": "Spotify GraphQL Server",
"description": "This demonstrates how to build a GraphQL server which fetches data from an external API (Spotify)"
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "https://spotify-graphql-server.herokuapp.com/graphql"
},
{
"description": "Docs",
"url": "https://blog.codecentric.de/en/2017/01/lets-build-spotify-graphql-server"
},
{
"description": "Repo",
"url": "https://github.com/lowsky/spotify-graphql-server"
}
]
},
{
"url": "https://jwerle.github.io/three.graphql",
"info": {
"title": "Three.js demo",
"description": "Declare a Three.js program with GraphQL"
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "https://jwerle.github.io/three.graphql/"
},
{
"description": "Repo",
"url": "https://github.com/jwerle/three.graphql"
}
]
},
{
"url": "https://directions-graphql.herokuapp.com/graphql",
"info": {
"title": "Google directions API",
"description": "GraphQL wrapper for google directions API"
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "https://directions-graphql.herokuapp.com/graphql"
},
{
"description": "Repo",
"url": "https://github.com/Arjun-sna/directions_graphql/"
}
]
}
]