Closed lorenciuse closed 2 years ago
Alright, the plugin fetches up to 1000 entries from each relationship, I didn't see a need to add pagination to the relationship fields, feel free to write a PR for this feature.
Here is the current relationship implementation: https://github.com/relate-app/gatsby-source-strapi/blob/master/build-types.js#L40-L59
Will close as there have been no further request for this.
In Strapi Graphql Playground I can limit the result for multiple media type by using limit on pagination argument.
But I can't do the same when querying in Gatsby Graphql as the field itself doesn't have an equal pagination argument like Strapi.