Skip to content

Commit ff77dee

Browse files
committed
Add sub working group list
1 parent d0aef9d commit ff77dee

File tree

1 file changed

+43
-6
lines changed

1 file changed

+43
-6
lines changed

src/pages/community/contribute/project-meetings.mdx

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import { Cards } from "../../../components/cards"
2+
import { Callout } from 'nextra/components'
3+
14
# Project Meetings
25

36
All GraphQL technical meetings are open to anyone who is interested, so long as they first complete the [GraphQL Specification Membership agreement](https://github.com/graphql/graphql-wg/tree/HEAD/membership).
@@ -8,8 +11,6 @@ All GraphQL technical meetings should appear on the [GraphQL public calendar](ht
811

912
- **How to join:** Each GraphQL project must maintain an agenda document for each meeting, and each attendee must add themselves to it prior to attending. To join, open a PR to add your name to the attendee list on an upcoming meeting's agenda (for example, the [GraphQL Working Group](https://github.com/graphql/graphql-wg/tree/HEAD/agendas) or [GraphQL.js](https://github.com/graphql/graphql-js-wg/tree/main/agendas)). The agenda document will have the date, time and Zoom links.
1013

11-
import { Callout } from 'nextra/components'
12-
1314
<Callout type="warning">
1415
**IMPORTANT:** Your PR against the agenda **must** be merged before you can attend. If the EasyCLA bot says you are not covered, you need to follow the links in the bot's comment to sign the [GraphQL Specification Membership agreement](https://github.com/graphql/graphql-wg/tree/HEAD/membership) before you can attend.
1516
</Callout>
@@ -24,8 +25,44 @@ The goal of the working group meeting is to discuss current work and future plan
2425

2526
To join, add yourself to an [upcoming meeting agenda](https://github.com/graphql/graphql-wg/tree/HEAD/agendas).
2627

27-
## GraphQL.js Working Group meeting
28-
29-
The [GraphQL.js working group](https://github.com/graphql/graphql-js-wg) meets the second Tuesday of each month. The goal is to plan development work and resolve issues with [GraphQL.js](https://github.com/graphql/graphql-js).
28+
## GraphQL subcommittee meetings
3029

31-
To join, add yourself to an [upcoming meeting agenda](https://github.com/graphql/graphql-js-wg/tree/HEAD/agendas).
30+
<Cards
31+
items={[
32+
{
33+
title: "Community working group",
34+
link: "https://github.com/graphql/community-wg",
35+
description: "Serves as the steward of GraphQL's global narrative and market positioning in the technology ecosystem. Developing and executing strategic initiatives that reinforce GraphQL's value proposition while fostering an engaged, educated, and expanding community.",
36+
},
37+
{
38+
title: "Composite schema working group",
39+
link: "https://github.com/graphql/composite-schemas-wg",
40+
description: "Building a specification that covers many of the shared concerns when building a larger GraphQL schema as a composite of many smaller GraphQL schemas.",
41+
},
42+
{
43+
title: "GraphiQL working group",
44+
link: "https://github.com/graphql/graphiql/tree/main/working-group",
45+
description: "Decision making, setting specifications and navigating feature proposals for our shared GraphQL web and desktop IDE experiences as a community.",
46+
},
47+
{
48+
title: "GraphQL.js working group",
49+
link: "https://github.com/graphql/graphql-js-wg",
50+
description: "A monthly virtual meeting of maintainers of commonly used GraphQL libraries and tools and significant contributors in the Javascript ecosystem, operated by the GraphQL Foundation.",
51+
},
52+
{
53+
title: "GraphQL/OTel working group",
54+
link: "https://github.com/graphql/otel-wg",
55+
description: "Defining the best practices and semantic conventions for using OpenTelemetry with GraphQL.",
56+
},
57+
{
58+
title: "GraphQL-over-HTTP working group",
59+
link: "https://github.com/graphql/graphql-over-http/tree/main/working-group",
60+
description: "Working on a specification that allows GraphQL clients and servers with different implementations and technology stacks to interact freely over HTTP.",
61+
},
62+
{
63+
title: "Nullability working group",
64+
link: "https://github.com/graphql/nullability-wg",
65+
description: "Giving clients a way to influence or override nullability checks within queries.",
66+
}
67+
]}
68+
/>

0 commit comments

Comments
 (0)