Skip to content

Commit 096223c

Browse files
committed
add more meetups
1 parent c6d3a9b commit 096223c

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

website/src/components/meetups.ts

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
11
export const meetups = [
2+
{
3+
node: {
4+
id: "london",
5+
name: "London GraphQL",
6+
link: "https://guild.host/london-graphql/events",
7+
city: "London",
8+
latitude: 51.51,
9+
longitude: -0.12,
10+
},
11+
},
12+
{
13+
node: {
14+
id: "new-york",
15+
name: "GraphQL New York",
16+
link: "https://guild.host/graphql-new-york/events",
17+
city: "New York",
18+
latitude: 40.73,
19+
longitude: -73.94,
20+
},
21+
},
22+
{
23+
node: {
24+
id: "bali",
25+
name: "GraphQL Bali",
26+
link: "https://guild.host/graphql-bali/events",
27+
city: "Bali",
28+
latitude: -8.41,
29+
longitude: 115.19,
30+
},
31+
},
32+
{
33+
node: {
34+
id: "taipei",
35+
name: "GraphQL Taipei",
36+
link: "https://guild.host/graphql-taipei/events",
37+
city: "Taipei",
38+
latitude: 25.11,
39+
longitude: 121.6,
40+
},
41+
},
242
{
343
node: {
444
id: "20446155",

0 commit comments

Comments
 (0)