Strapi-Isnt-Dowing-Both-CONTENT-TYPES-on-GraphQL

resolve: "gatsby-source-strapi",
options: {     
    apiUrl: process.env.API_URL,
    contentTypes: ["category", "article"],
    queryLimit: 1000,
}
Mappy Show