GraphQL query suddenly stopped

Will no changes to my project in the slightest, my graphql no longer works
Here is the query

...
description {

    content { 

      content {

        value

      }

    }

    description

  }
...

And here was the error:
Cannot query field “content” on type “ContentfulCollectionDescription”.

I removed the issues query then checked http://localhost:8000/__graphql which is now showing:
image

Any idea what’s going on and how to fix?

Hi @letitia.tyrrell , are you using the GatsbyJS GraphQL?