2 comments

[ 3.6 ms ] story [ 14.3 ms ] thread
Nice! I hope that this gets sufficient interest for you to leave it up.

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:

  {
    newStories(after: "3") {
      edges {
        node {
          url
          title
        }
        cursor
      }
    }
  }
How would I query stories since a given story or datetime?