I am using Contentful and Gatsby on my current project. I keep getting this error when I try and run my queries: TypeError: Could not find field type.
This happens on this rich text field if it is empty on Contentful's side. I do not have this issue if I add some data. This is the query fragment:
description {
childMarkdownRemark {
rawMarkdownBody
}
}
How do I handle this? Can I specify that I want this to come back as null or an empty string?