Hello, starting November 20 two out of three documents of a certain type stopped returning their slice content. I created a new document of that type on the same day and it returns slice content.
Did my documents get corrupted or something? I use the gatsby-source-prismic-graphql
plugin to source the data. See an example of the error output below.
ERROR #85901 GRAPHQL
There was an error in your GraphQL query:
Expected Iterable, but did not find one for field Blog.body.
6 | _meta {
7 | firstPublicationDate
8 | lastPublicationDate
9 | tags
10 | type
11 | uid
12 | }
13 | post_author
14 | post_date
15 | post_title
> 16 | body {
| ^
17 | ... on PRISMIC_BlogBodyText_block {
18 | type
19 | label
20 | primary {
21 | content_collapse
22 | disclaimer_text
23 | text_block_header
24 | tooltip
25 | }
26 | fields {
File path: /Users/andrey.drozd/Development/repo-name/src/templates/Blog.js
Url path: /news/welcome-to-the-smalls
Plugin: none