From e4a1157fade3b5d7ccb6a643b9bba83d8578adeb Mon Sep 17 00:00:00 2001 From: Jaejoon Han Date: Thu, 24 Aug 2023 00:06:42 +0900 Subject: [PATCH 1/2] update v13/enums.md (SNAIL_CASE => SNAKE_CASE) --- website/src/docs/hotchocolate/v13/defining-a-schema/enums.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/hotchocolate/v13/defining-a-schema/enums.md b/website/src/docs/hotchocolate/v13/defining-a-schema/enums.md index 42cf63129ad..a3da8f83e95 100644 --- a/website/src/docs/hotchocolate/v13/defining-a-schema/enums.md +++ b/website/src/docs/hotchocolate/v13/defining-a-schema/enums.md @@ -316,7 +316,7 @@ public class UserRoleType : EnumType Unless specified explicitly, Hot Chocolate automatically infers the names of enums and their values. Per default the name of the enum becomes the name of the enum type. When using `EnumType` in Code-first, the name of `T` is chosen as the name for the enum type. -Enum values are automatically formatted to the UPPER_SNAIL_CASE according to the GraphQL specification: +Enum values are automatically formatted to the UPPER_SNAKE_CASE according to the GraphQL specification: - `Guest` becomes `GUEST` - `HeadOfDepartment` becomes `HEAD_OF_DEPARTMENT` From d8d44d6a557dcb217f8a2b3ee9c721aed82af530 Mon Sep 17 00:00:00 2001 From: Jaejoon Han Date: Thu, 24 Aug 2023 00:31:47 +0900 Subject: [PATCH 2/2] update 2023-08-15-fusion.md (joind => joined) --- website/src/blog/2023-08-15-fusion/2023-08-15-fusion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/blog/2023-08-15-fusion/2023-08-15-fusion.md b/website/src/blog/2023-08-15-fusion/2023-08-15-fusion.md index b8c6e5cc286..79a98d48cd1 100644 --- a/website/src/blog/2023-08-15-fusion/2023-08-15-fusion.md +++ b/website/src/blog/2023-08-15-fusion/2023-08-15-fusion.md @@ -28,7 +28,7 @@ Up to this point, the GraphQL landscape has lacked an open specification tailore ## Let's share and compete -Late last year, [ChilliCream](https://chillicream.com) and [The Guild](https://the-guild.dev/) met in Paris and discussed their approaches towards distributed GraphQL. It became clear that both companies were solving similar problems, and we decided to join forces on this project. ChilliCream would provide the initial work on the Fusion spec and implementation. At the same time, The Guild would start specifying their work on [GraphQL Mesh Gateway](https://the-guild.dev/graphql/mesh) with [OpenAPI support](https://the-guild.dev/graphql/mesh/docs/handlers/openapi) and help shape the initial Fusion spec. [WunderGraph](https://wundergraph.com/) has joind this effort to implement a Fusion-compatible Gateway and also contribute to the GraphQL-Fusion spec. +Late last year, [ChilliCream](https://chillicream.com) and [The Guild](https://the-guild.dev/) met in Paris and discussed their approaches towards distributed GraphQL. It became clear that both companies were solving similar problems, and we decided to join forces on this project. ChilliCream would provide the initial work on the Fusion spec and implementation. At the same time, The Guild would start specifying their work on [GraphQL Mesh Gateway](https://the-guild.dev/graphql/mesh) with [OpenAPI support](https://the-guild.dev/graphql/mesh/docs/handlers/openapi) and help shape the initial Fusion spec. [WunderGraph](https://wundergraph.com/) has joined this effort to implement a Fusion-compatible Gateway and also contribute to the GraphQL-Fusion spec. Today, we are thrilled to unveil GraphQL-Fusion, an open specification under the **MIT license**. This initiative empowers everyone to craft tools and solutions centered around distributed GraphQL services. Complementing this announcement, we're also introducing Hot Chocolate Fusion, an early implementation of the GraphQL-Fusion spec draft. The aim for the GraphQL-Fusion spec is to create an open specification that we will propose to the GraphQL Foundation Composite Schemas working group.