Graphql未显示内容字段?

Graphql未显示内容字段?,graphql,gatsby,Graphql,Gatsby,我正在学习这门课程,我在contentful中创建了确切的字段,由于某种原因,我的特色字段不会显示在graphql中,现在我无法运行我的应用程序 这是我的错误 { "errors": [ { "message": "Field \"featured\" is not defined by type ContentfulBlogFilterInput. Did you mean featuredImage?&

我正在学习这门课程,我在contentful中创建了确切的字段,由于某种原因,我的
特色
字段不会显示在graphql中,现在我无法运行我的应用程序

这是我的错误

      {
  "errors": [
{
  "message": "Field \"featured\" is not defined by type ContentfulBlogFilterInput. Did you mean featuredImage?",
  "locations": [
    {
      "line": 5,
      "column": 51
    }
  ],
  "stack": [
    "GraphQLError: Field \"featured\" is not defined by type ContentfulBlogFilt

而且字段id是特色的,所以我不知道为什么它没有出现


我可以看到featuredImage,但没有特写?

您是否发布了更改?