Skip to content

Commit be2565a

Browse files
authored
Update Amsterdam schedule (#2417)
1 parent 8b892bd commit be2565a

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

src/app/day/2026/amsterdam/schedule-data.ts

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import jensNeuseAvatar from "./speakers/jens-neuse.webp"
44
import martinBonninAvatar from "./speakers/martin-bonnin.webp"
55
import michaelStaibAvatar from "./speakers/michael-staib.webp"
66
import thoreKoritziusAvatar from "./speakers/thore-koritzius.webp"
7+
import pascalSennAvatar from "./speakers/pascal-senn.webp"
78

89
import type { EventSession } from "../components/event-schedule-section"
910

@@ -53,24 +54,37 @@ export const amsterdamSessions: EventSession[] = [
5354
{
5455
id: 3225,
5556
uuid: "2a24223a-16d0-40fa-821b-b91c491ff9a6",
56-
title: "What's next in GraphQL",
57+
title: "Fragments worth sharing",
5758
start: "2026-06-10T09:55:00+02:00",
5859
end: "2026-06-10T10:20:00+02:00",
5960
tags: ["GraphQL"],
6061
description:
61-
"<p>GraphQL is a wonderful piece of technology. The GraphQL spec has been a very solid foundation for the past 10 years. It's not (yet!) perfect though. Friction points exist and the community has been hard at work improving the daily GraphQL experience.\n</p>\n",
62+
"<p>GraphQLConf is just over and so many things happened! There's too much good stuff to keep to ourselves.</p><p>In this talk, we'll piece together the fragments that matter most: the RFCs shaping the future of the spec, the proposals up for discussion, and the grants funding the work. Whether you missed the conference or just want a curated recap, you'll leave with a clear picture of where GraphQL is heading — and concrete ways to get involved, no matter how much time you have to give.</p>\n",
6263
venue: "Zonzij",
6364
speakers: [
6465
{
6566
id: 1012,
67+
name: "Pascal Senn",
68+
company: "ChilliCream",
69+
jobtitle: "COO",
70+
avatar: pascalSennAvatar,
71+
socialurls: [
72+
{
73+
service: "linkedin",
74+
url: "https://www.linkedin.com/in/pascal-senn-90899a15a/",
75+
},
76+
],
77+
},
78+
{
79+
id: 1009,
6680
name: "Martin Bonnin",
6781
company: "Apollo",
6882
jobtitle: "Mobile Engineer",
6983
avatar: martinBonninAvatar,
7084
socialurls: [
7185
{
7286
service: "linkedin",
73-
url: "",
87+
url: "https://www.linkedin.com/in/martinbonnin",
7488
},
7589
],
7690
},
11.3 KB
Loading

0 commit comments

Comments
 (0)