-
Hi, I'm having trouble to work with pagination using the graphql API. In V2 I can use the attribute This is my current query:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I just found the solution, so I'll keep this here just in case someone has the same question. I'm querying
|
Beta Was this translation helpful? Give feedback.
I just found the solution, so I'll keep this here just in case someone has the same question.
I'm querying
pokemon_v2_pokemon_aggregate
, but only passing thewhere
variable, so I can get the total number of pokémons with the specified filters: