relate-app / gatsby-source-strapi-graphql

A Gatsby source plugin for building websites using Strapi as a data source
BSD Zero Clause License
32 stars 9 forks source link

Fix for single collection type fetching #16

Closed pepijn-vanvlaanderen closed 2 years ago

pepijn-vanvlaanderen commented 2 years ago

I noticed errors on the syncResults query processing for the single collection types. This was caused because the data returned for a single collection type is not in array format, but a single object.