Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ページング処理の修正 #20

Merged
merged 1 commit into from Apr 17, 2021
Merged

ページング処理の修正 #20

merged 1 commit into from Apr 17, 2021

Conversation

wheatandcat
Copy link
Owner

関連 issue

対応内容

  • StartAfterで指定している値が同じ場合にデータが飛ばされていたので修正
  • StartAfterにSnapshotを設定することで正しいカーソルの指定ができるので、そちらに修正

開発用メモ

無し

return nil, err
}

query = query.StartAfter(ds)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

StartAfterにSnapshotを設定することで正しいカーソルの指定ができる

@wheatandcat wheatandcat self-assigned this Apr 17, 2021
@wheatandcat wheatandcat merged commit dd09d76 into main Apr 17, 2021
@wheatandcat wheatandcat deleted the 17-1 branch April 17, 2021 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

期間を指定してアイテムを取得するGraphQL
1 participant