【发布时间】:2020-09-24 23:25:17
【问题描述】:
{
Post {
name
}
}
在尝试检索内容类型的所有条目时,它只会给出以下错误:
"Argument \"id\" of required type \"String!\" was not provided."
因为id 字段是必需的。那么如何获取一个内容类型的所有条目呢?
参考:https://www.contentful.com/developers/docs/references/graphql/
【问题讨论】:
标签: graphql contentful