Skip to content

Commit e64c4e0

Browse files
authored
Refine language for clarity in blog post (#7038)
1 parent 061ab48 commit e64c4e0

File tree

1 file changed

+2
-4
lines changed
  • packages/web/docs/src/app/blog/(posts)/public-graphql-schema-federation-contracts

1 file changed

+2
-4
lines changed

packages/web/docs/src/app/blog/(posts)/public-graphql-schema-federation-contracts/page.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Many teams start with a **single GraphQL monolith** powering their applications.
1212
arises to expose parts of that schema publicly - whether for partners, customers, or other external
1313
integrations.
1414

15-
But here’s the problem:
15+
But then you might realize the following:
1616

1717
Your internal schema wasn’t designed for public consumption. It likely contains inconsistent naming,
1818
experimental fields, and sensitive operations you don’t want outsiders touching.
@@ -223,6 +223,4 @@ one, while only exposing the parts you want today, and leaving the door open for
223223
This approach provides a clean, incremental path to offering a public GraphQL API without
224224
compromising the flexibility of your internal schema.
225225

226-
[Learn more on schema contracts with Hive
227-
Console]([Learn more in the Hive Console documentation](https://the-guild.dev/graphql/hive/docs/schema-registry/contracts).
228-
).
226+
[Learn more on schema contracts with Hive Console](https://the-guild.dev/graphql/hive/docs/schema-registry/contracts).

0 commit comments

Comments
 (0)