diff --git a/src/app/day/2026/amsterdam/schedule-data.ts b/src/app/day/2026/amsterdam/schedule-data.ts index 8bed766eb7..67d900c217 100644 --- a/src/app/day/2026/amsterdam/schedule-data.ts +++ b/src/app/day/2026/amsterdam/schedule-data.ts @@ -4,6 +4,7 @@ import jensNeuseAvatar from "./speakers/jens-neuse.webp" import martinBonninAvatar from "./speakers/martin-bonnin.webp" import michaelStaibAvatar from "./speakers/michael-staib.webp" import thoreKoritziusAvatar from "./speakers/thore-koritzius.webp" +import pascalSennAvatar from "./speakers/pascal-senn.webp" import type { EventSession } from "../components/event-schedule-section" @@ -53,16 +54,29 @@ export const amsterdamSessions: EventSession[] = [ { id: 3225, uuid: "2a24223a-16d0-40fa-821b-b91c491ff9a6", - title: "What's next in GraphQL", + title: "Fragments worth sharing", start: "2026-06-10T09:55:00+02:00", end: "2026-06-10T10:20:00+02:00", tags: ["GraphQL"], description: - "

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

\n", + "

GraphQLConf is just over and so many things happened! There's too much good stuff to keep to ourselves.

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.

\n", venue: "Zonzij", speakers: [ { id: 1012, + name: "Pascal Senn", + company: "ChilliCream", + jobtitle: "COO", + avatar: pascalSennAvatar, + socialurls: [ + { + service: "linkedin", + url: "https://www.linkedin.com/in/pascal-senn-90899a15a/", + }, + ], + }, + { + id: 1009, name: "Martin Bonnin", company: "Apollo", jobtitle: "Mobile Engineer", @@ -70,7 +84,7 @@ export const amsterdamSessions: EventSession[] = [ socialurls: [ { service: "linkedin", - url: "", + url: "https://www.linkedin.com/in/martinbonnin", }, ], }, diff --git a/src/app/day/2026/amsterdam/speakers/pascal-senn.webp b/src/app/day/2026/amsterdam/speakers/pascal-senn.webp new file mode 100644 index 0000000000..05c0399d37 Binary files /dev/null and b/src/app/day/2026/amsterdam/speakers/pascal-senn.webp differ