Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions src/app/(main)/community/events/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@ export interface Event {
}

export const events: Event[] = [
{
name: "GraphQL Day at FOST Paris",
slug: "graphql-day-fost-paris-2026",
location: "Paris",
date: "2026-12-01T09:00:00+01:00",
eventLink: "/day/2026/paris",
host: "FOST & GraphQL Community",
hostLink: "https://www.joinfost.io",
},
{
name: "GraphQL Day at FOST Melbourne",
slug: "graphql-day-fost-melbourne-2026",
location: "Melbourne",
date: "2026-10-28T09:00:00+11:00",
eventLink: "/day/2026/melbourne",
host: "FOST & GraphQL Community",
hostLink: "https://www.joinfost.io",
},
{
name: "WG Day 2026",
slug: "wg-day-2026",
Expand All @@ -20,6 +38,15 @@ export const events: Event[] = [
eventLink: "/conf/2026/wg-day",
host: "GraphQL Foundation",
},
{
name: "GraphQL Day at FOST NYC",
slug: "graphql-day-fost-nyc-2026",
location: "New York",
date: "2026-05-13T09:00:00-04:00",
eventLink: "/day/2026/nyc",
host: "FOST & GraphQL Community",
hostLink: "https://www.joinfost.io",
},
{
name: "GraphQLConf 2026",
slug: "graphql-conf-2026",
Expand All @@ -28,6 +55,15 @@ export const events: Event[] = [
eventLink: "/conf/2026",
host: "GraphQL Foundation",
},
{
name: "GraphQL Day at FOST Singapore",
slug: "graphql-day-fost-singapore-2026",
location: "Singapore",
date: "2026-04-14T09:00:00+08:00",
eventLink: "/day/2026/singapore",
host: "FOST & GraphQL Community",
hostLink: "https://www.joinfost.io",
},
{
name: "GraphQL Day at APIDays",
slug: "graphql-day-at-apidays",
Expand Down
Loading