Joseph Wilson
Joseph Wilson
Honestly, I don't even know how you would recreate the issue. I set up the section in exactly the same way I did the others. It's a channel called "Careers"......
I may try deleting the section and re-creating it, locally...
Odd. So I tried deleting the section and creating it again. Still getting the same error.
@markhuot I think I can do that. But what's the best way to send that?
For whatever reason, I was able to create a _different_ section (called `FakerNews` instead of `Careers`) utilizing the same fields, and this time it works. "Careers" just doesn't seem to...
It just occurred to me that I have a Global set also named `Careers`. Would that cause the issue, do you think?
From CraftQL (GraphiQL) Query: ``` { entries(section: [blog]) { ... on blogPost { id url title date: postDate @date(as: "F Y") } } } ``` Result: ``` { "data": {...
If the problem is with Gatsby, how do I even go about finding a solution? Obviously, it's possible to format things like timestamps pretty easily on the frontend. But if...