> ## Documentation Index
> Fetch the complete documentation index at: https://nestjs-query.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.12.x to v0.13.x

<Note>This change only affects `@ptc-org/nestjs-query-graphql` resolvers.</Note>

In the `v0.13.x` a new feature was added to `@ptc-org/nestjs-query-graphql` to allow for specifying an alternate paging strategy.

To support this change the `Resolver` `queryMany` method was re-named to `queryManyConnection`. The original `queryMethod` will only return an array of results.

[Edit this page](https://github.com/tripss/nestjs-query/edit/master/docs/migration-guides/v0.12.x-to-v0.13.x)
