thinhle-agilityio / gatsby-source-apiserver

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

Added support for payloadKey & calculateNextPage #54

Open sam-albon-li opened 3 years ago

sam-albon-li commented 3 years ago

Added support for payloadKey and calculateNextPage by changing the way we treat routeData to always be an array, even if only populated with one set of response data.