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't figure out how to read just stories up to a given story:<p><pre><code> {
newStories(after: "3") {
edges {
node {
url
title
}
cursor
}
}
}
</code></pre>
How would I query stories since a given story or datetime?