TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: GraphQL Wrapper for Hacker News API

5 点作者 hsblhsn大约 3 年前

1 comment

hirundo大约 3 年前
Nice! I hope that this gets sufficient interest for you to leave it up.<p>But the cursor seems to be zero based on each story collection, so I can&#x27;t figure out how to read just stories up to a given story:<p><pre><code> { newStories(after: &quot;3&quot;) { edges { node { url title } cursor } } } </code></pre> How would I query stories since a given story or datetime?
评论 #31067186 未加载