ash-project / ash_graphql

The extension for building GraphQL APIs with Ash
https://hexdocs.pm/ash_graphql
MIT License
73 stars 49 forks source link

New pagination default not included in upgrade guide #129

Closed rgraff closed 1 month ago

rgraff commented 7 months ago

In Ash GraphQL 1.0.0-rc.3, For list queries where the resource action has pagination, the graphql query now returns paginated results when previously it didn't.

I actually prefer this, but it is a change that I didn't see in the upgrade guide. I think the new default is :keyset if available.

zachdaniel commented 7 months ago

🤔 I'm confused TBH. I thought AshGraphql always does pagination if the action supports it? Was it not doing that before?

I think the thing that changed is that primary actions are now paginatable by default.