Skip to content

Commit 5873aab

Browse files
committed
update
1 parent 0ba879a commit 5873aab

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

src/app/(main)/community/team/page.tsx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,14 @@ const sections: Record<string, TeamSection[]> = {
172172
title: "rfcs.graphql.org",
173173
description: "The GraphQL RFC tracker lists all RFCs and their state.",
174174
url: "https://rfcs.graphql.org",
175-
members: [],
175+
members: [{ name: "Benjie Gillam", github: "benjie" }],
176176
},
177177
{
178178
title: "scalars.graphql.org",
179179
description:
180180
"A collaborative effort to define and standardize custom scalar types for GraphQL, making it easier to share type definitions across implementations.",
181181
url: "https://scalars.graphql.org",
182-
members: [],
182+
members: [{ name: "Martin Bonnin", github: "martinbonnin" }],
183183
},
184184
],
185185
Community: [
@@ -211,6 +211,7 @@ const sections: Record<string, TeamSection[]> = {
211211
"Getting the GraphQL word out on social networks: X, BlueSky, LinkedIn,...",
212212
url: "https://typefully.com/",
213213
members: [
214+
{ name: "Benjie Gillam", github: "benjie" },
214215
{ name: "Jem Gillam", github: "jemgillam" },
215216
{ name: "Martin Bonnin", github: "martinbonnin" },
216217
{ name: "Michael Staib", github: "michaelstaib" },
@@ -227,6 +228,7 @@ const sections: Record<string, TeamSection[]> = {
227228
description: "Organizing GraphQL Day events all around the world.",
228229
url: "https://graphql.org/day",
229230
members: [
231+
{ name: "Benjie Gillam", github: "benjie" },
230232
{ name: "Jem Gillam", github: "jemgillam" },
231233
{ name: "Martin Bonnin", github: "martinbonnin" },
232234
{ name: "Michael Staib", github: "michaelstaib" },
@@ -280,7 +282,11 @@ const sections: Record<string, TeamSection[]> = {
280282
description:
281283
"A working group that defines and maintains the specification for transporting GraphQL over HTTP, ensuring interoperability across servers and clients.",
282284
url: "https://github.com/graphql/graphql-over-http",
283-
members: [{ name: "Michael Staib", github: "michaelstaib" }],
285+
members: [
286+
{ name: "Benjie Gillam", github: "benjie" },
287+
{ name: "Michael Staib", github: "michaelstaib" },
288+
{ name: "Martin Bonnin", github: "martinbonnin" },
289+
],
284290
},
285291
],
286292
}

0 commit comments

Comments
 (0)