From e4c5a1f67491b5ddcafb10ab276b7d0c59a8b832 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 30 Mar 2022 12:26:55 -0400 Subject: [PATCH] Add GraphQL Conf details Signed-off-by: Brian Warner --- src/content/foundation/GraphQLConf.md | 27 +++++++++++++++++++++++++++ src/content/foundation/Join.md | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 src/content/foundation/GraphQLConf.md diff --git a/src/content/foundation/GraphQLConf.md b/src/content/foundation/GraphQLConf.md new file mode 100644 index 0000000000..cba9f503e9 --- /dev/null +++ b/src/content/foundation/GraphQLConf.md @@ -0,0 +1,27 @@ +--- +title: GraphQL Conf 2022 +sidebarTitle: GraphQL Conf +heroText: The GraphQL Foundation-hosted event for spec and implementation contributors! +layout: foundation +category: GraphQL Foundation +permalink: /foundation/graphql-conf/ +next: /foundation/community-grant/ +--- + +The GraphQL Foundation's inaugural [GraphQL Conf](https://conf.graphql.org) will be co-located with [OpenJS World](https://events.linuxfoundation.org/openjs-world/) and [cdCon](https://events.linuxfoundation.org/cdcon/) in Austin, TX on June 7-8, 2022. This collaborator summit-style event will be an opportunity for core GraphQL spec and implementation developers to meet in-person, discuss recent work, and plan for the future. All attendees of OpenJS World and CDcon are welcome. + +Talks are expected to include: + +* Recent activity in the GraphQL specification working group, such as Defer and Stream, Input Unions, and Client-Controlled Nullability. +* Downstream implementations of GraphQL +* Security considerations +* Common practices and lessons learned + +The [CFP is now open](https://cfp.graphql.org), and we will be collecting submissions through midnight PDT on April 10, 2022. For those who cannot attend, we will be recording the sessions and posting them to [our YouTube channel](https://youtube.graphql.org). + +GraphQL Conf will be held in a shared space. To join us, please register for [OpenJS World](https://events.linuxfoundation.org/openjs-world/) or [cdCon](https://events.linuxfoundation.org/cdcon/). + +If you are interested in sponsoring the event space, we encourage you to check out [OpenJS World](https://events.linuxfoundation.org/openjs-world/) or [cdCon](https://events.linuxfoundation.org/cdcon/)! + +If you have any questions, please contact [info@graphql.org](mailto:info@graphql.org). + diff --git a/src/content/foundation/Join.md b/src/content/foundation/Join.md index 2c58c5820f..421ad34e88 100644 --- a/src/content/foundation/Join.md +++ b/src/content/foundation/Join.md @@ -6,7 +6,7 @@ layout: foundation category: GraphQL Foundation permalink: /foundation/join/ sublinks: GraphQL Specification,GraphQL Foundation -next: /foundation/community-grant/ +next: /foundation/graphql-conf/ --- There are two primary ways to support the ongoing development and success of GraphQL.