From c9c51811d3f1469643b4cec727eedefecff985a8 Mon Sep 17 00:00:00 2001 From: adrocodes Date: Wed, 12 Apr 2023 13:31:19 +1000 Subject: [PATCH] docs: updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 163018f..a1a95ca 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Pigeon works on the assumption that you're allowing clients to structure pages u ### Manual GraphQL definition -> TODO: +With the model above, you'd be expected to write a query similar to the one below. We're separating out the different components are fragments, this allows for reuse if a different page content type uses the same component, its better to have a single source of truth. ```graphql fragment HeroFragment on PigeonHeroRecord {