【发布时间】:2018-03-15 16:09:39
【问题描述】:
通过这种请求,使用 gatsby-source-contentful 插件从 Contentful 和 GraphQL 提取帖子数据,寻找访问帖子发布日期的方法(post.sys .publishedAt) 或 updatedAt !
{
contentfulPost(id: { eq: 'postId' }) {
--> publishedAt ?
title
image {
responsiveResolution(width: 500, height: 500) {
src
srcSet
height
width
}
}
}
【问题讨论】:
标签: graphql contentful gatsby