Skip to content

Commit 523f003

Browse files
committed
initial commit
1 parent c37a37a commit 523f003

File tree

6 files changed

+50
-3
lines changed

6 files changed

+50
-3
lines changed

src/components/info-card/ambassador-data.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface Ambassador {
2424
tags: AmbassadorTag[]
2525
}
2626

27-
export const ambassadors: Ambassador[] = [
27+
export const ambassadors202509: Ambassador[] = [
2828
{
2929
label: "An Ngo",
3030
imageUrl: "https://github.com/vliegveld5.png",
@@ -704,3 +704,10 @@ export const ambassadors: Ambassador[] = [
704704
],
705705
},
706706
]
707+
708+
export const ambassadors202512: Ambassador[] = []
709+
710+
export const ambassadors = [
711+
...ambassadors202509,
712+
//...ambassadors202512
713+
].sort((a, z) => a.label.localeCompare(z.label, "en-US"))

src/pages/blog/2025-09-08-announcing-graphql-ambassadors/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: "Announcing Our GraphQL Ambassadors"
3-
tags: ["blog"]
3+
tags: ["announcements"]
44
date: 2025-09-08
55
byline: Jem Gillam and Jory Burson
6-
featured: true
76
---
87

98
The GraphQL Foundation is thrilled to announce the launch of the GraphQL Ambassadors Program — a new initiative to recognize and support community leaders who are helping to grow the GraphQL ecosystem worldwide.
289 KB
Loading
304 KB
Loading
196 KB
Loading
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "New Ambassadors in December 2025"
3+
tags: ["announcements"]
4+
date: 2025-12-18
5+
byline: Jem Gillam
6+
featured: true
7+
---
8+
9+
import { AmbassadorGrid } from "../../../components/ambassador-grid"
10+
import {ambassadors202512} from "../../../components/info-card/ambassador-data"
11+
12+
The GraphQL Foundation is thrilled to announce the launch of the GraphQL Ambassadors Program — a new initiative to recognize and support community leaders who are helping to grow the GraphQL ecosystem worldwide.
13+
14+
GraphQL has long since established itself as a global standard for powering APIs across startups, enterprises, and platforms. Our incredible network of educators, maintainers, advocates, and organizers keeps the community strong and well-positioned to support developers at all stages of their GraphQL journey.
15+
16+
We’ve launched the GraphQL Ambassadors program to:
17+
18+
- **Highlight contributors** who are already teaching, mentoring, and building with GraphQL.
19+
- **Support local communities** through meetups, conferences, and workshops.
20+
- **Amplify voices** from across the globe to ensure GraphQL remains accessible, inclusive, and community-driven.
21+
- **Share GraphQL best practices** and gather feedback from developers.
22+
23+
## **Meet the First Ambassador Cohort**
24+
25+
Ambassadors are nominated and represent a diverse range of geographies, backgrounds, and use cases — from maintainers of popular libraries, to meetup organizers, to educators writing guides and tutorials. Join us in celebrating our first group, and stay tuned for more news about this program!
26+
27+
<AmbassadorGrid ambassadors={ambassadors202512} concise />
28+
29+
## **How to Get Involved**
30+
31+
- **Nominate an Ambassador.** Do you know someone doing incredible work with GraphQL? [Nominate them](https://forms.gle/hN7reX8aKQ6BqSJm7) (or [yourself](https://forms.gle/zRKVfcTPQ9kFn4Ps6))!
32+
33+
- **Connect locally.** Attend events and workshops hosted by Ambassadors in your region.
34+
35+
- **Share your story.** If you’re publishing, teaching, or building with GraphQL, we’d love to hear from you.
36+
37+
## **What’s Next**
38+
39+
The Ambassadors program is part of our broader effort to strengthen community engagement and education around GraphQL. Look forward to spotlights on our inaugural cohort, upcoming blogs and speaking opportunities, and ways you can collaborate with these leaders.
40+
41+
Together, we’re building not just technology, but a thriving, global GraphQL community.

0 commit comments

Comments
 (0)