File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ These interfaces both expose `PageInfo` & `TotalCount` properties that may optio
230230### Cursor Paging Example to simply retrieve a single Page...
231231
232232Cursor paging is the approach that is strongly recommended by GraphQL.org however, offset based paging (aka CollectionSegment -
233- * using from HotChocolate .NET GraphQL Server naming convention* )) is availble also (see below)[ #offsetslice-paging-results-via-collectionsegment] .
233+ * using from HotChocolate .NET GraphQL Server naming convention* )) is availble also [ (see below)] ( #offsetslice-paging-results-via-collectionsegment ) .
234234
235235``` csharp
236236var results = await " https://graphql-star-wars.azurewebsites.net/api/graphql"
You can’t perform that action at this time.
0 commit comments