thinhle-agilityio / gatsby-source-apiserver

A gatsby source plugin for pulling data from api server.
63 stars 34 forks source link

Paginated responses will be run through 'entityLevel' setting #52

Open AbeCole opened 4 years ago

AbeCole commented 4 years ago

I was trying to use 'entitiesArray' with 'calculateNextPage' and ran into an issue where entityLevel was not being interpreted for each of the 'pages' returned by the individual fetches.

danharper83 commented 2 years ago

I have this same issue, is there any way this can get merged into live