Skip to content

Commit 6a04a31

Browse files
authored
Update README.md
1 parent 27b6a24 commit 6a04a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ foreach (var pageTask in graphqlPagesTasks)
443443
```
444444

445445
### Data Models with Nested Paginated results...
446-
In GraphQL it's easy to expose nested selections of a result than itself is a paginated set of data. Thats why de-serializing this into
446+
In GraphQL it's easy to expose nested selections of a result that itself is a paginated set of data. Thats why de-serializing this into
447447
a normal model is complex and usually results in dedicated data models that are cluttered / polluted with unecessary elements such as `Nodes`, `Items`, `Edges`, or `PageInfo`, `Cursor`, etc.
448448

449449
You can still use these models if you like but in many cases with these nested data elements we primarily care about the results and

0 commit comments

Comments
 (0)