it("resolves hasNextPage properly: has more results", async () => {
    const connection: any = await buildConnectionResolver(
      db.table(userTableName),
      {
        first: 3,