gpt4 book ai didi

graphql - 如何使用 Contentful 从 Gatsby 中的查询中检索发布的发布日期?

转载 作者:行者123 更新时间:2023-12-05 05:19:18 25 4
gpt4 key购买 nike

有了这种请求,使用GraphQL使用gatsby-source-contentful插件从Contentful中提取帖子数据,寻找一种方法访问帖子发布日期 (post.sys.publishedAt) 或 updatedAt !

 {
contentfulPost(id: { eq: 'postId' }) {
--> publishedAt ?
title
image {
responsiveResolution(width: 500, height: 500) {
src
srcSet
height
width
}
}

最佳答案

source-contentful 插件不包含 GraphQL 架构中的 sys 属性。它只包含字段和 id。作为解决方法,您可以添加一个包含日期的字段,它将在 graphQL 中对您可用。

希望对你有帮助

编辑----------------

我刚刚提交了一个 PR,将这些选项添加到 gatsbyjs https://github.com/gatsbyjs/gatsby/pull/2398您现在可以访问 updatedAtcreatedAt 属性。

关于graphql - 如何使用 Contentful 从 Gatsby 中的查询中检索发布的发布日期?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46561916/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com