generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 18
feat: allow customtypes ref in arguments/main #497
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
Merged
vaisshnavi7
merged 41 commits into
main
from
feat/allow-customtypes-ref-in-arguments/main
Feb 18, 2025
Merged
Changes from 9 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
e7f97fa
feat(custom-operations): allow CustomType and RefType in arguments
vaisshnavi7 0e0561e
Refactor type tests for CustomType and RefType
vaisshnavi7 1a54cde
Merge branch 'main' into feat/allow-customtype-ref-in-arguments
vaisshnavi7 ecf2ec2
Merge branch 'main' into feat/allow-customtype-ref-in-arguments
vaisshnavi7 a0872b9
feat: add support for custom, nested, and ref type arguments (#402)
vaisshnavi7 2f7e948
Merge branch 'main' into feat/allow-customtype-ref-in-arguments
vaisshnavi7 45074a3
Merge branch 'main' into feat/allow-customtype-ref-in-arguments
vaisshnavi7 3517643
feat: Custom type and ref arg handling in SchemaProcessor with tests …
vaisshnavi7 2e81a9d
Merge remote-tracking branch 'origin/main' into feat/allow-customtype…
vaisshnavi7 c54ed9b
Fix: Generate nested CustomTypes in schema output
vaisshnavi7 a7dd990
Merge branch 'main' into feat/allow-customtypes-ref-in-arguments/main
vaisshnavi7 cc50e20
refactor: Add tests for nested custom types and mixed refs
vaisshnavi7 fff0b5d
Add test for RefType with nested CustomType in complex structures
vaisshnavi7 f4b9171
Merge branch 'main' into feat/allow-customtypes-ref-in-arguments/main
stocaaro 949e6ee
fix: Adjust schema component ordering to minimize enum reordering
vaisshnavi7 cdb02d1
Revert unnecessary changes for custom types and refs
vaisshnavi7 2f8c281
Merge branch 'main' into feat/allow-customtypes-ref-in-arguments/main
vaisshnavi7 6b82830
Add unit tests for custom operations with custom types and refs in Cu…
vaisshnavi7 f1b8e0e
Refactor schemaPreprocessor Consolidate schema components into single…
vaisshnavi7 acaa7d4
Improve tests for CustomType and RefType arguments in custom operations
vaisshnavi7 0f19e89
Fix: Support enums in custom types and references
vaisshnavi7 832a436
Remove empty block for enum ref handling in generateInputTypes
vaisshnavi7 3b32405
remove unused variable
vaisshnavi7 8ddcf13
Add unit tests for enum refs and improve ResolveFields type export
vaisshnavi7 a4c040e
Fix enum handling and duplication in nested custom types
vaisshnavi7 59c34ba
fix: lint errors for unused variables
vaisshnavi7 1310383
Merge branch 'main' into feat/allow-customtypes-ref-in-arguments/main
stocaaro bb7b4f2
test: add test cases for enum handling in arguments
vaisshnavi7 5b04623
Refactor custom operation input type generation
vaisshnavi7 29d3596
handle nested inout types
vaisshnavi7 cb5c732
Merge branch 'main' into feat/allow-customtypes-ref-in-arguments/main
vaisshnavi7 12cf372
remove unused variables
vaisshnavi7 e817980
update input naming convention
vaisshnavi7 e644a53
add comments
vaisshnavi7 69f1254
Merge branch 'main' into feat/allow-customtypes-ref-in-arguments/main
vaisshnavi7 bd835e3
Merge branch 'main' into feat/allow-customtypes-ref-in-arguments/main
stocaaro 0f9992e
update error message and refactor
vaisshnavi7 ed6dd7c
Merge branch 'main' into feat/allow-customtypes-ref-in-arguments/main
vaisshnavi7 d7682c8
update naming for references
vaisshnavi7 36afaf4
fix: Update CustomOpArguments type
vaisshnavi7 7bd9d1d
Add tests for custom operation subscriptions with custom types and refs
vaisshnavi7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,5 @@ | ||
| --- | ||
| "@aws-amplify/data-schema": minor | ||
| --- | ||
|
|
||
| Allow CustomType and RefType in arguments for custom operations |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.