Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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

resolve: "gatsby-source-strapi",
options: {     
    apiUrl: process.env.API_URL,
    contentTypes: ["category", "article"],
    queryLimit: 1000,
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
3+1 =