Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从 wordpress 网站获取数据,目前当我通过查询以显示该网站的所有页面时,它只返回 64 个中的 10 个,在 gatsby-config.js 中的 gatsby-source-graphql 解析器下是否有一个选项显示更多结果?
我遇到了与 Graphql 相同的问题,只返回前 10 条评论。我可以通过在查询中指定一个first值来解决这个问题。
first
query { comments (first: 500) { ... } }
当前的 GraphQL Edge 架构可能有 10 作为first.
, and \s\p into