python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Contentful migrations: How to migrate a link to an asset?
I have a content type 'blogpost' that currently contains a reference to another content type called 'image'. The content type 'image' has a link to an asset, an image file.
Now I want to create a migr...
Bjarte Aune Olsen
Votes: 0
Answers: 1
Contentful GraphQL filter for filtering entries by linked references
I read this blog post which shows how to filter entries by linked references in contentful Graphql.
https://www.contentful.com/blog/2021/06/15/filter-entries-by-linked-references-in-graphql-api/
But i...
Ajmal
Votes: 0
Answers: 0
Retrieving Array from Contentful GraphQL query for page created by slug build error
I'm using React and Contentful to build an app, this uses GraphQL for data querying and I'm trying to retrieve an array on a 'post' style page created by the slug. I'm able to pull through static data...
Sam St Aubyn
Votes: 0
Answers: 1
Filtering posts by category on Contentful with GraphQL
I am struggling to find a way to filter tags by category.
I have a category content model that consists of a slug and a title, both are short text fields. This content model is added to my blog posts ...
fourie_lean
Votes: 0
Answers: 1