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

incremental: introduce GraphQLWrappedResult to avoid filtering #4026

Merged
merged 27 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b97128f
incremental: introduce GraphQLResult type to avoid filtering
yaacovCR Apr 7, 2024
bd52975
remove unnecessary members from incrementalContext
yaacovCR Apr 10, 2024
25af8dc
add comment explaining strategy for when we add an extra tick
yaacovCR Apr 10, 2024
056c344
add comment
yaacovCR Apr 10, 2024
1105ee1
drop check for simpllicity
yaacovCR Apr 10, 2024
6cfd1f0
remove last traces of IncrementalContext
yaacovCR Apr 14, 2024
3edba1a
simplify stream handling
yaacovCR Apr 14, 2024
b39435a
remove unnecessary type
yaacovCR Apr 15, 2024
537ce5f
refactor classes into interfaces
yaacovCR Apr 15, 2024
26f089d
change logic to reduce extra ticks
yaacovCR Apr 15, 2024
0202ba6
use errors as discriminator rather than null
yaacovCR Apr 15, 2024
facaf19
remove unnecessary exports
yaacovCR Apr 15, 2024
26974f4
remove unnecessary guard
yaacovCR Apr 15, 2024
47b988c
remove unnecessary loop
yaacovCR Apr 15, 2024
679aeb3
rename fragmentResult
yaacovCR Apr 15, 2024
1b83ea5
add better typing for CancellableStreamRecord
yaacovCR Apr 15, 2024
7dcb8b3
introduce small helper
yaacovCR Apr 15, 2024
0b9842c
fix strict types
yaacovCR Apr 15, 2024
7511630
rename NonTerminatingStreamItemsResult to ReconcilableStreamItemsResult
yaacovCR Apr 16, 2024
765860e
break synchronous loop early on non-reconcilable result
yaacovCR Apr 16, 2024
74d092e
just push!
yaacovCR Apr 16, 2024
24136af
rename GraphQLResult to GraphQLWrappedResult
yaacovCR Apr 16, 2024
eb435a0
pass arguments instead of executor function
yaacovCR Apr 17, 2024
f917255
remove extra tick
yaacovCR Apr 17, 2024
8ffb37f
remove another extra tick
yaacovCR Apr 17, 2024
c22cd01
remove extra function
yaacovCR Apr 17, 2024
6e44e3a
add comment regarding stream terminators
yaacovCR Apr 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading