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

feat(graphql): rewrite GraphQL data provider #6357

Merged
merged 34 commits into from
Oct 14, 2024

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    aa7bc90 View commit details
    Browse the repository at this point in the history
  2. fix: review comments

    BatuhanW committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7584f1a View commit details
    Browse the repository at this point in the history
  3. fix: typescript errors

    BatuhanW committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    956abe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fba40a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. feat: updates WIP

    BatuhanW committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c7dac57 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    e9d0e90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91deb12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c83e83 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    e202f2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    000fa3e View commit details
    Browse the repository at this point in the history
  3. feat: implement missing methods

    addressed review comments
    
    removed newOptions temp file, fixed typings for options
    BatuhanW committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1b6f103 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c55d5a View commit details
    Browse the repository at this point in the history
  5. feat(graphql): extract buildSorters and buildPagination from options …

    …file and some cleanups
    BatuhanW committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d9eec77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d4a44a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6c185a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4f26c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2195d44 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cda97b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b1b0871 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    122b697 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e6cf74 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    32637ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3158dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a916a7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36c60eb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. docs(graphql): update docs

    BatuhanW committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c28e73e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    936e9fc View commit details
    Browse the repository at this point in the history
  3. 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
    BatuhanW committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    62e33ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7581b9a View commit details
    Browse the repository at this point in the history
  5. docs(graphql): update docs

    BatuhanW committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    fdb6e59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02c84f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    45bc720 View commit details
    Browse the repository at this point in the history
  2. fix(graphql): add missing gqlVariables destructures also remove build…

    …{Paging,Filter,Sorting} methods since they are under buildVariables now
    BatuhanW committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0d5947f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fc9b01 View commit details
    Browse the repository at this point in the history