diff --git a/docs/supergraph-modeling/compatibility-config.mdx b/docs/supergraph-modeling/compatibility-config.mdx index 1b00ee59e..c106fe183 100644 --- a/docs/supergraph-modeling/compatibility-config.mdx +++ b/docs/supergraph-modeling/compatibility-config.mdx @@ -26,6 +26,14 @@ made to Hasura DDN won't impact the metadata. ### Examples +#### Require unique command GraphQL names + +**Date:** `2024-10-07` + +**Description:** When enabled, raise an error when there is a conflict with a GraphQL +root field or GraphQL type name that is already in use. Before this, the command would +be silently dropped from the GraphQL schema. + #### Propagate boolean expression deprecation status **Date:** `2024-09-26`