希望你们到目前为止都有星期五。
我有一个用gatsby编写的网站,可以从内容中获取一些副本,我在其中包含子对象的graphql查询中遇到了一些困难,而且我不完全确定如何从内容方面解决该问题帮帮我吗?
我没有太多尝试,因为我很困惑如何解决这个问题,并且希望获得一些帮助,以使孩子有满足感。
这是我的graphql查询:
allContentfulCareer(filter: { active: { eq: true } }) {
edges {
node {
childContentfulCareerDescriptionTextNode {
childMarkdownRemark {
html
}
}
title
location
}
}
}
}
我遇到错误Unknown field 'childContentfulCareerDescriptionTextNode' on type 'ContentfulCareer'. Source: document `HeadingQuery` file: `GraphQL request