Closed msk closed 2 weeks ago
Attention: Patch coverage is 14.44444%
with 77 lines
in your changes missing coverage. Please review.
Project coverage is 68.36%. Comparing base (
d7a30a3
) to head (e38c38a
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
async-graphql's
query
function automatically handles cursor encoding and decoding. This commit removes the custom cursor encoding/decoding code from theslicing
module and uses async-graphql's built-in functionality instead. This change only updates theslicing
module to keep the PR minimal, and a follow-up change will be needed to address the top-levelencode_cursor
anddecode_cursor
functions in thegraphql
module.