-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat(graphql): rewrite GraphQL data provider #6357
Merged
BatuhanW
merged 34 commits into
releases/october
from
RK-780-refine-improve-graphql-data
Oct 14, 2024
Merged
feat(graphql): rewrite GraphQL data provider #6357
BatuhanW
merged 34 commits into
releases/october
from
RK-780-refine-improve-graphql-data
Oct 14, 2024
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa7bc90 - Browse repository at this point
Copy the full SHA aa7bc90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7584f1a - Browse repository at this point
Copy the full SHA 7584f1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 956abe0 - Browse repository at this point
Copy the full SHA 956abe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fba40a - Browse repository at this point
Copy the full SHA 4fba40aView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7dac57 - Browse repository at this point
Copy the full SHA c7dac57View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9d0e90 - Browse repository at this point
Copy the full SHA e9d0e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91deb12 - Browse repository at this point
Copy the full SHA 91deb12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c83e83 - Browse repository at this point
Copy the full SHA 9c83e83View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e202f2b - Browse repository at this point
Copy the full SHA e202f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 000fa3e - Browse repository at this point
Copy the full SHA 000fa3eView commit details -
feat: implement missing methods
addressed review comments removed newOptions temp file, fixed typings for options
Configuration menu - View commit details
-
Copy full SHA for 1b6f103 - Browse repository at this point
Copy the full SHA 1b6f103View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c55d5a - Browse repository at this point
Copy the full SHA 7c55d5aView commit details -
feat(graphql): extract buildSorters and buildPagination from options …
…file and some cleanups
Configuration menu - View commit details
-
Copy full SHA for d9eec77 - Browse repository at this point
Copy the full SHA d9eec77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d4a44a - Browse repository at this point
Copy the full SHA 1d4a44aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6c185a - Browse repository at this point
Copy the full SHA a6c185aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f26c2 - Browse repository at this point
Copy the full SHA c4f26c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2195d44 - Browse repository at this point
Copy the full SHA 2195d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for cda97b8 - Browse repository at this point
Copy the full SHA cda97b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1b0871 - Browse repository at this point
Copy the full SHA b1b0871View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 122b697 - Browse repository at this point
Copy the full SHA 122b697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e6cf74 - Browse repository at this point
Copy the full SHA 5e6cf74View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32637ff - Browse repository at this point
Copy the full SHA 32637ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3158dd - Browse repository at this point
Copy the full SHA a3158ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a916a7c - Browse repository at this point
Copy the full SHA a916a7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c60eb - Browse repository at this point
Copy the full SHA 36c60ebView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c28e73e - Browse repository at this point
Copy the full SHA c28e73eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 936e9fc - Browse repository at this point
Copy the full SHA 936e9fcView commit details -
feat(graphql): address review comments
rename "countMapper" to "getTotalCount" for clarity get rid of separate buildPagination, buildSorters, buildFilters in getList options and use single buildVariables remove wrapping response with array in data provider updateMany and deleteMany methods and move to respective options config deep merge user provided options with base options add options typescript type
Configuration menu - View commit details
-
Copy full SHA for 62e33ac - Browse repository at this point
Copy the full SHA 62e33acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7581b9a - Browse repository at this point
Copy the full SHA 7581b9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb6e59 - Browse repository at this point
Copy the full SHA fdb6e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c84f6 - Browse repository at this point
Copy the full SHA 02c84f6View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45bc720 - Browse repository at this point
Copy the full SHA 45bc720View commit details -
fix(graphql): add missing gqlVariables destructures also remove build…
…{Paging,Filter,Sorting} methods since they are under buildVariables now
Configuration menu - View commit details
-
Copy full SHA for 0d5947f - Browse repository at this point
Copy the full SHA 0d5947fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc9b01 - Browse repository at this point
Copy the full SHA 1fc9b01View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.