Skip to content

Commit

Permalink
fix: change gen 1 patterns to warning message instead of error (aws-a…
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch authored Aug 19, 2024
1 parent da7f44b commit 97b1f36
Show file tree
Hide file tree
Showing 20 changed files with 625 additions and 506 deletions.
170 changes: 85 additions & 85 deletions packages/amplify-graphql-api-construct/.jsii

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions packages/amplify-graphql-api-construct/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,6 @@ export interface OptimisticConflictResolutionStrategy extends ConflictResolution
// @public
export interface PartialTranslationBehavior {
readonly allowDestructiveGraphqlSchemaUpdates?: boolean;
// @internal
readonly _allowGen1Patterns?: boolean;
readonly disableResolverDeduping?: boolean;
readonly enableAutoIndexQueryNames?: boolean;
readonly enableSearchNodeToNodeEncryption?: boolean;
Expand Down Expand Up @@ -442,8 +440,6 @@ export interface TimeToLiveSpecification {
// @public
export interface TranslationBehavior {
readonly allowDestructiveGraphqlSchemaUpdates: boolean;
// @internal
readonly _allowGen1Patterns: boolean;
readonly disableResolverDeduping: boolean;
readonly enableAutoIndexQueryNames: boolean;
// (undocumented)
Expand Down
Loading

0 comments on commit 97b1f36

Please sign in to comment.