File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ These interfaces both expose `PageInfo` & `TotalCount` properties that may optio
248248### Cursor Paging Example to simply retrieve a single Page...
249249
250250Cursor paging is the approach that is strongly recommended by GraphQL.org however, offset based paging (aka CollectionSegment -
251- * using from HotChocolate .NET GraphQL Server naming convention* )) is availble also [ (see below)] ( #offsetslice-paging-results-via-collectionsegment ) .
251+ * using from HotChocolate .NET GraphQL Server naming convention* ) is availble also [ (see below)] ( #offsetslice-paging-results-via-collectionsegment ) .
252252
253253``` csharp
254254var results = await " https://graphql-star-wars.azurewebsites.net/api/graphql"
@@ -265,7 +265,7 @@ var results = await "https://graphql-star-wars.azurewebsites.net/api/graphql"
265265 nodes {
266266 personalIdentifier
267267 name
268- height
268+ height
269269 }
270270 }
271271 }
You can’t perform that action at this time.
0 commit comments