-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow define projection fields in read model queries (#1481)
* Allow define projection fields in read model queries * rush change * Update pnmp-lock.yaml after rebasing * Update pnpm-lock.yaml after merge * Update pnpm-lock.yaml after merge * Refactor ProjectionFor type * Remove skipInstance and deprecate schema migration * Change deprecation comment for read model schema migration * Add select projections when querying read models via GraphQL * Code cleanup * Refactor select for local provider * Update documentation * Fix integration test execution for local provider * Add support for selecting fields in arrays which are not top-level properties of the read model * Remove unnecessary console.error * Update docs * Add documentation to new helper functions * Fix prototype-polluting assignment warning * Revert "Fix prototype-polluting assignment warning" This reverts commit caa9de0. * Fix prototype-polluting assignment warning * Add clarification comment --------- Co-authored-by: Castro, Mario <mariocs@optum.com>
- Loading branch information
1 parent
8aa3453
commit f747847
Showing
25 changed files
with
1,215 additions
and
422 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
...framework-core/allow_define_projection_fields_in_read_model_queries_2023-10-25-12-18.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@boostercloud/framework-core", | ||
"comment": "Allow define projection fields in read model queries", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@boostercloud/framework-core" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.