Skip to content

Commit de9635c

Browse files
hasparusjemgillam
andauthored
Add Philly GraphQL (#2288)
Co-authored-by: Jem <6413628+jemgillam@users.noreply.github.com>
1 parent b9bcfc8 commit de9635c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/components/meetups.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,21 @@ export const meetups = [
285285
official: false,
286286
},
287287
},
288+
{
289+
node: {
290+
id: "philly",
291+
name: "Philly GraphQL",
292+
latitude: 39.9526,
293+
longitude: -75.1652,
294+
city: "Philadelphia",
295+
state: "PA",
296+
country: "USA",
297+
link: "https://luma.com/phillygraphql",
298+
prev: "",
299+
next: "2026-01-22",
300+
official: true,
301+
},
302+
},
288303
].sort((a, z) =>
289304
a.node.name
290305
.replace(/\s*GraphQL\s*/, "")

0 commit comments

Comments
 (0)