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

Graphql support rebased main #1041

Merged
merged 15 commits into from
Jul 19, 2023
Merged

Graphql support rebased main #1041

merged 15 commits into from
Jul 19, 2023

Commits on Jul 19, 2023

  1. feat: add graphql support for components

    awinberg-aws authored and David Lopez committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bf510fb View commit details
    Browse the repository at this point in the history
  2. feat: add graphql support for create form (#1008)

    rtpascual authored and David Lopez committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4968566 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc86c7e View commit details
    Browse the repository at this point in the history
  4. Update GraphQL API import and refactor GraphQL call expressions (#1012)

    * chore: update graphql api import
    
    * chore: refactor graphql call expressions to common function
    
    * chore: use pluralize for graphql list queries
    rtpascual authored and David Lopez committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    04a0e21 View commit details
    Browse the repository at this point in the history
  5. feat: add graphql support for update form (#1015)

    * feat: add graphql support for update form
    
    * fix: update snapshot
    
    * feat: add more assertions to check for graphql support
    
    * fix: removing obselete snapshot
    
    * fix: force update mutation to use id var
    bombguy authored and David Lopez committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6a60c98 View commit details
    Browse the repository at this point in the history
  6. chore: add declaration snapshots (#1018)

    rtpascual authored and David Lopez committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    24b9ecd View commit details
    Browse the repository at this point in the history
  7. Update from main (#1025)

    * fix: parse operand value when field is number type (#1013)
    
    Co-authored-by: Justin Shih <jushih@amazon.com>
    
    * chore(release): v2.14.0 (#1014)
    
    Co-authored-by: Justin Shih <jushih@amazon.com>
    
    * fix: fix storage field prop import to storagemanager (#1016)
    
    Co-authored-by: Justin Shih <jushih@amazon.com>
    
    * chore(release): v2.14.1 (#1017)
    
    Co-authored-by: Justin Shih <jushih@amazon.com>
    
    * fix: add getOverrideProps to StorageManager (#1020)
    
    * fix: add getOverrideProps to StorageManager
    
    * fix: add overrideProps to Field component
    
    * Revert "fix: add overrideProps to Field component"
    
    This reverts commit 6393718.
    
    * chore(release): v2.14.2 (#1022)
    
    * fix: return theme declaration file from render func (#1023)
    
    Co-authored-by: Doesnt Matter <not@used.com>
    
    * fix: alias colliding imported model name in hasMany relationship (#1019)
    
    Co-authored-by: Justin Shih <jushih@amazon.com>
    
    * chore: update cli check
    
    ---------
    
    Co-authored-by: Justin Shih <36183898+Jshhhh@users.noreply.github.com>
    Co-authored-by: Justin Shih <jushih@amazon.com>
    Co-authored-by: Charles Shin <charlshi@amazon.com>
    Co-authored-by: David Lopez <letsbelopez@gmail.com>
    Co-authored-by: Doesnt Matter <not@used.com>
    Co-authored-by: Roshane Pascual <rotp@amazon.com>
    7 people authored and David Lopez committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    190c4d0 View commit details
    Browse the repository at this point in the history
  8. feat: update GraphqlRenderConfig to use separate props for each file …

    …path
    awinberg-aws authored and David Lopez committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    94452a3 View commit details
    Browse the repository at this point in the history
  9. feat: graphql support for collections (#1027)

    * feat: graphql support for collections
    
    * chore: refactor collection element to helper function and update addMappedImport
    rtpascual authored and David Lopez committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f93e6f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8177f31 View commit details
    Browse the repository at this point in the history
  11. fix: wrapping list graphql result for await (#1032)

    bombguy authored and David Lopez committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    dec1850 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4801dcd View commit details
    Browse the repository at this point in the history
  13. fix: autocomplete options prop using incorrect records (#1035)

    * feat: add graphql support for relationship forms with autocomplete field
    
    * fix: autocomplete options prop using incorrect records
    bombguy authored and David Lopez committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9e82618 View commit details
    Browse the repository at this point in the history
  14. feat: add helpers to identify api dependencies

    awinberg-aws authored and David Lopez committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    befd567 View commit details
    Browse the repository at this point in the history
  15. fix: use related model name instead of field in generating graphql qu… (

    #1039)
    
    * fix: use related model name instead of field in generating graphql queries
    
    * fix: updating invalid schema in integ test
    
    * feat: exit early in integ test failure
    
    * fix: lowering nyc coverage threshold
    bombguy authored and David Lopez committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    eca9fef View commit details
    Browse the repository at this point in the history