Answers for "strapi-isnt-showing-both-content-types-on-graphql"

0

strapi-isnt-showing-both-content-types-on-graphql

resolve: "gatsby-source-strapi",
options: {     
    apiUrl: process.env.API_URL,
    contentTypes: ["category", "article"],
    queryLimit: 1000,
}
Posted by: Guest on April-29-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language