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

fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives #462

Merged
merged 10 commits into from
Jun 16, 2022

Conversation

pavellazar
Copy link
Contributor

@pavellazar pavellazar commented May 19, 2022

Description of changes

  • adds support for relational directives when pointing to models with custom PK
  • changes primary key connection field naming and type based on the FF

Description of how you validated changes

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)
  • New AWS SDK calls or CloudFormation actions have been added to relevant test and service IAM policies

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@alharris-at alharris-at left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall this looks good to me from a functional perspective, few comments on style, and maybe some updates to make tests a bit more readable.

@pavellazar pavellazar requested a review from alharris-at May 24, 2022 21:43
Copy link
Contributor

@alharris-at alharris-at left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just requesting the updates on the yarn lock file.

yarn.lock Outdated Show resolved Hide resolved
@pavellazar pavellazar marked this pull request as draft June 3, 2022 18:10
@pavellazar pavellazar marked this pull request as ready for review June 6, 2022 15:37
Copy link
Contributor

@alharris-at alharris-at left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general this looks good to me, and seems sane. Most of the remaining comments are around refactoring common snippets here out for general readability.

@pavellazar pavellazar requested a review from alharris-at June 13, 2022 14:48
@lgtm-com
Copy link

lgtm-com bot commented Jun 13, 2022

This pull request fixes 1 alert when merging fd4e816 into 15860fc - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Jun 13, 2022

This pull request fixes 1 alert when merging 3e75f67 into 298190d - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Jun 13, 2022

This pull request fixes 1 alert when merging afd23b9 into 298190d - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Jun 13, 2022

This pull request fixes 1 alert when merging 6c2880f into 5605a24 - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Jun 14, 2022

This pull request fixes 1 alert when merging 3af9918 into 93fcf17 - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

alharris-at
alharris-at previously approved these changes Jun 14, 2022
Copy link
Contributor

@AaronZyLee AaronZyLee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM. Some general comments:

  1. The feature flag name should be changed to the latest one.
  2. In the unit test, the type check of generated foreign key field can be added to see whether its type respects the original PK/SK field type.

@lgtm-com
Copy link

lgtm-com bot commented Jun 15, 2022

This pull request fixes 1 alert when merging 1792a09 into 93fcf17 - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

AaronZyLee added a commit that referenced this pull request Jun 30, 2022
* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
AaronZyLee added a commit that referenced this pull request Jun 30, 2022
* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
phani-srikar pushed a commit that referenced this pull request Jul 14, 2022
* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
dcipoletti pushed a commit that referenced this pull request Jul 14, 2022
* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
phani-srikar pushed a commit that referenced this pull request Jul 14, 2022
* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
phani-srikar pushed a commit that referenced this pull request Jul 14, 2022
* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
dcipoletti pushed a commit that referenced this pull request Jul 14, 2022
* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
dcipoletti pushed a commit that referenced this pull request Jul 14, 2022
* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
marcvberg pushed a commit to marcvberg/amplify-category-api that referenced this pull request Jul 15, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
AaronZyLee added a commit that referenced this pull request Aug 2, 2022
* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix: timestamp field sort in search queries (#581)

* fix: timestamp field sort in search queries

* address CRs

* chore: change flag name for PK properties (#593)

* chore: add build target to refresh lockfile, and refreshing lockfile

* chore: improve error messaging if an invalid boolean sort key is provided to @index

* feat(graphql): add runtime filtering support for subscriptions (#551)

* feat(graphql): subscription runtime filtering

* added dynamic groups support

* update unit and e2e tests

* added more test cases for auth precedence and different operators

* fix enum list type on subscription filter

* update model transformer screenshots

* add test for enum field type

* updated error message on a test

* chore: remove unused dependencies based on depcheck report

* chore: merge release to main (#616)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Update linting rules

* Added Windows compatible translation of "hoist-cli" script (#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* chore: merge release to main (#616)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Added Windows compatible translation of "hoist-cli" script (#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* Nits: fixing some code quality requests

* Add explicit error for no schema found

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
Co-authored-by: Zeyu Li <lizeyu@amazon.com>
sundersc added a commit to sundersc/amplify-category-api that referenced this pull request Aug 8, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix: timestamp field sort in search queries (aws-amplify#581)

* fix: timestamp field sort in search queries

* address CRs

* chore: change flag name for PK properties (aws-amplify#593)

* chore: add build target to refresh lockfile, and refreshing lockfile

* chore: improve error messaging if an invalid boolean sort key is provided to @index

* feat(graphql): add runtime filtering support for subscriptions (aws-amplify#551)

* feat(graphql): subscription runtime filtering

* added dynamic groups support

* update unit and e2e tests

* added more test cases for auth precedence and different operators

* fix enum list type on subscription filter

* update model transformer screenshots

* add test for enum field type

* updated error message on a test

* chore: remove unused dependencies based on depcheck report

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Update linting rules

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* Nits: fixing some code quality requests

* Add explicit error for no schema found

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
Co-authored-by: Zeyu Li <lizeyu@amazon.com>
marcvberg added a commit that referenced this pull request Aug 11, 2022
* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix: timestamp field sort in search queries (#581)

* fix: timestamp field sort in search queries

* address CRs

* chore: change flag name for PK properties (#593)

* chore: add build target to refresh lockfile, and refreshing lockfile

* chore: improve error messaging if an invalid boolean sort key is provided to @index

* feat(graphql): add runtime filtering support for subscriptions (#551)

* feat(graphql): subscription runtime filtering

* added dynamic groups support

* update unit and e2e tests

* added more test cases for auth precedence and different operators

* fix enum list type on subscription filter

* update model transformer screenshots

* add test for enum field type

* updated error message on a test

* chore: remove unused dependencies based on depcheck report

* chore: merge release to main (#616)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Update linting rules

* Added Windows compatible translation of "hoist-cli" script (#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* chore: merge release to main (#616)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Added Windows compatible translation of "hoist-cli" script (#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* Nits: fixing some code quality requests

* Add explicit error for no schema found

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
Co-authored-by: Zeyu Li <lizeyu@amazon.com>
marcvberg pushed a commit to marcvberg/amplify-category-api that referenced this pull request Aug 12, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
marcvberg added a commit to marcvberg/amplify-category-api that referenced this pull request Aug 12, 2022
…sformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization
naedx added a commit to naedx/amplify-category-api that referenced this pull request Aug 15, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
naedx added a commit to naedx/amplify-category-api that referenced this pull request Aug 15, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
naedx added a commit to naedx/amplify-category-api that referenced this pull request Aug 15, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
naedx added a commit to naedx/amplify-category-api that referenced this pull request Aug 15, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix: timestamp field sort in search queries (aws-amplify#581)

* fix: timestamp field sort in search queries

* address CRs

* chore: change flag name for PK properties (aws-amplify#593)

* chore: add build target to refresh lockfile, and refreshing lockfile

* chore: improve error messaging if an invalid boolean sort key is provided to @index

* feat(graphql): add runtime filtering support for subscriptions (aws-amplify#551)

* feat(graphql): subscription runtime filtering

* added dynamic groups support

* update unit and e2e tests

* added more test cases for auth precedence and different operators

* fix enum list type on subscription filter

* update model transformer screenshots

* add test for enum field type

* updated error message on a test

* chore: remove unused dependencies based on depcheck report

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Update linting rules

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* Nits: fixing some code quality requests

* Add explicit error for no schema found

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
Co-authored-by: Zeyu Li <lizeyu@amazon.com>
naedx pushed a commit to naedx/amplify-category-api that referenced this pull request Aug 15, 2022
…sformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization
naedx added a commit to naedx/amplify-category-api that referenced this pull request Aug 15, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
naedx added a commit to naedx/amplify-category-api that referenced this pull request Aug 15, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
naedx added a commit to naedx/amplify-category-api that referenced this pull request Aug 15, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
marcvberg added a commit to marcvberg/amplify-category-api that referenced this pull request Aug 16, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix: timestamp field sort in search queries (aws-amplify#581)

* fix: timestamp field sort in search queries

* address CRs

* chore: change flag name for PK properties (aws-amplify#593)

* chore: add build target to refresh lockfile, and refreshing lockfile

* chore: improve error messaging if an invalid boolean sort key is provided to @index

* feat(graphql): add runtime filtering support for subscriptions (aws-amplify#551)

* feat(graphql): subscription runtime filtering

* added dynamic groups support

* update unit and e2e tests

* added more test cases for auth precedence and different operators

* fix enum list type on subscription filter

* update model transformer screenshots

* add test for enum field type

* updated error message on a test

* chore: remove unused dependencies based on depcheck report

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Update linting rules

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* Nits: fixing some code quality requests

* Add explicit error for no schema found

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
Co-authored-by: Zeyu Li <lizeyu@amazon.com>
phani-srikar pushed a commit that referenced this pull request Aug 16, 2022
* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix: timestamp field sort in search queries (#581)

* fix: timestamp field sort in search queries

* address CRs

* chore: change flag name for PK properties (#593)

* chore: add build target to refresh lockfile, and refreshing lockfile

* chore: improve error messaging if an invalid boolean sort key is provided to @index

* feat(graphql): add runtime filtering support for subscriptions (#551)

* feat(graphql): subscription runtime filtering

* added dynamic groups support

* update unit and e2e tests

* added more test cases for auth precedence and different operators

* fix enum list type on subscription filter

* update model transformer screenshots

* add test for enum field type

* updated error message on a test

* chore: remove unused dependencies based on depcheck report

* chore: merge release to main (#616)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Update linting rules

* Added Windows compatible translation of "hoist-cli" script (#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* chore: merge release to main (#616)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Added Windows compatible translation of "hoist-cli" script (#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* Nits: fixing some code quality requests

* Add explicit error for no schema found

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
Co-authored-by: Zeyu Li <lizeyu@amazon.com>
marcvberg added a commit to marcvberg/amplify-category-api that referenced this pull request Aug 17, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix: timestamp field sort in search queries (aws-amplify#581)

* fix: timestamp field sort in search queries

* address CRs

* chore: change flag name for PK properties (aws-amplify#593)

* chore: add build target to refresh lockfile, and refreshing lockfile

* chore: improve error messaging if an invalid boolean sort key is provided to @index

* feat(graphql): add runtime filtering support for subscriptions (aws-amplify#551)

* feat(graphql): subscription runtime filtering

* added dynamic groups support

* update unit and e2e tests

* added more test cases for auth precedence and different operators

* fix enum list type on subscription filter

* update model transformer screenshots

* add test for enum field type

* updated error message on a test

* chore: remove unused dependencies based on depcheck report

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Update linting rules

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* Nits: fixing some code quality requests

* Add explicit error for no schema found

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
Co-authored-by: Zeyu Li <lizeyu@amazon.com>
marcvberg added a commit to marcvberg/amplify-category-api that referenced this pull request Aug 17, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix: timestamp field sort in search queries (aws-amplify#581)

* fix: timestamp field sort in search queries

* address CRs

* chore: change flag name for PK properties (aws-amplify#593)

* chore: add build target to refresh lockfile, and refreshing lockfile

* chore: improve error messaging if an invalid boolean sort key is provided to @index

* feat(graphql): add runtime filtering support for subscriptions (aws-amplify#551)

* feat(graphql): subscription runtime filtering

* added dynamic groups support

* update unit and e2e tests

* added more test cases for auth precedence and different operators

* fix enum list type on subscription filter

* update model transformer screenshots

* add test for enum field type

* updated error message on a test

* chore: remove unused dependencies based on depcheck report

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Update linting rules

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* Nits: fixing some code quality requests

* Add explicit error for no schema found

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
Co-authored-by: Zeyu Li <lizeyu@amazon.com>
marcvberg added a commit to marcvberg/amplify-category-api that referenced this pull request Sep 6, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix: timestamp field sort in search queries (aws-amplify#581)

* fix: timestamp field sort in search queries

* address CRs

* chore: change flag name for PK properties (aws-amplify#593)

* chore: add build target to refresh lockfile, and refreshing lockfile

* chore: improve error messaging if an invalid boolean sort key is provided to @index

* feat(graphql): add runtime filtering support for subscriptions (aws-amplify#551)

* feat(graphql): subscription runtime filtering

* added dynamic groups support

* update unit and e2e tests

* added more test cases for auth precedence and different operators

* fix enum list type on subscription filter

* update model transformer screenshots

* add test for enum field type

* updated error message on a test

* chore: remove unused dependencies based on depcheck report

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Update linting rules

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* Nits: fixing some code quality requests

* Add explicit error for no schema found

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
Co-authored-by: Zeyu Li <lizeyu@amazon.com>
marcvberg added a commit to marcvberg/amplify-category-api that referenced this pull request Sep 12, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix: timestamp field sort in search queries (aws-amplify#581)

* fix: timestamp field sort in search queries

* address CRs

* chore: change flag name for PK properties (aws-amplify#593)

* chore: add build target to refresh lockfile, and refreshing lockfile

* chore: improve error messaging if an invalid boolean sort key is provided to @index

* feat(graphql): add runtime filtering support for subscriptions (aws-amplify#551)

* feat(graphql): subscription runtime filtering

* added dynamic groups support

* update unit and e2e tests

* added more test cases for auth precedence and different operators

* fix enum list type on subscription filter

* update model transformer screenshots

* add test for enum field type

* updated error message on a test

* chore: remove unused dependencies based on depcheck report

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Update linting rules

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* Nits: fixing some code quality requests

* Add explicit error for no schema found

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
Co-authored-by: Zeyu Li <lizeyu@amazon.com>
marcvberg added a commit to marcvberg/amplify-category-api that referenced this pull request Sep 14, 2022
* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix: timestamp field sort in search queries (aws-amplify#581)

* fix: timestamp field sort in search queries

* address CRs

* chore: change flag name for PK properties (aws-amplify#593)

* chore: add build target to refresh lockfile, and refreshing lockfile

* chore: improve error messaging if an invalid boolean sort key is provided to @index

* feat(graphql): add runtime filtering support for subscriptions (aws-amplify#551)

* feat(graphql): subscription runtime filtering

* added dynamic groups support

* update unit and e2e tests

* added more test cases for auth precedence and different operators

* fix enum list type on subscription filter

* update model transformer screenshots

* add test for enum field type

* updated error message on a test

* chore: remove unused dependencies based on depcheck report

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Update linting rules

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* chore: merge release to main (aws-amplify#616)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (aws-amplify#587)

* chore: no-op change to trigger pipelines (aws-amplify#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* fix(graphql): handle begin and end vtl keywords in index name (aws-amplify#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (aws-amplify#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (aws-amplify#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Added Windows compatible translation of "hoist-cli" script (aws-amplify#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (aws-amplify#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* Nits: fixing some code quality requests

* Add explicit error for no schema found

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
Co-authored-by: Zeyu Li <lizeyu@amazon.com>
marcvberg added a commit that referenced this pull request Sep 14, 2022
* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix: timestamp field sort in search queries (#581)

* fix: timestamp field sort in search queries

* address CRs

* chore: change flag name for PK properties (#593)

* chore: add build target to refresh lockfile, and refreshing lockfile

* chore: improve error messaging if an invalid boolean sort key is provided to @index

* feat(graphql): add runtime filtering support for subscriptions (#551)

* feat(graphql): subscription runtime filtering

* added dynamic groups support

* update unit and e2e tests

* added more test cases for auth precedence and different operators

* fix enum list type on subscription filter

* update model transformer screenshots

* add test for enum field type

* updated error message on a test

* chore: remove unused dependencies based on depcheck report

* chore: merge release to main (#616)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Update linting rules

* Added Windows compatible translation of "hoist-cli" script (#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* chore: merge release to main (#616)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* API Category Release (#587)

* chore: no-op change to trigger pipelines (#545)

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.1
 - amplify-category-api-dynamodb-simulator@2.4.1
 - amplify-category-api-e2e-core@4.0.1
 - amplify-category-api-e2e-tests@3.10.1
 - @aws-amplify/graphql-auth-transformer@0.11.0
 - @aws-amplify/graphql-default-value-transformer@0.5.27
 - @aws-amplify/graphql-function-transformer@0.7.21
 - @aws-amplify/graphql-http-transformer@0.8.21
 - @aws-amplify/graphql-index-transformer@0.12.0
 - @aws-amplify/graphql-maps-to-transformer@1.1.19
 - amplify-category-api-graphql-migration-tests@2.3.1
 - @aws-amplify/graphql-model-transformer@0.14.5
 - @aws-amplify/graphql-predictions-transformer@0.6.21
 - @aws-amplify/graphql-relational-transformer@0.10.0
 - @aws-amplify/graphql-schema-test-library@1.1.0
 - @aws-amplify/graphql-searchable-transformer@0.14.5
 - @aws-amplify/graphql-transformer-core@0.17.5
 - @aws-amplify/graphql-transformer-interfaces@1.14.4
 - @aws-amplify/graphql-transformer-migrator@1.4.0
 - amplify-category-api-migration-tests@5.0.1
 - amplify-category-api-util-mock@5.1.0
 - graphql-auth-transformer@7.2.38
 - graphql-connection-transformer@5.2.38
 - graphql-dynamodb-transformer@7.2.38
 - graphql-elasticsearch-transformer@5.2.38
 - graphql-function-transformer@3.3.29
 - graphql-http-transformer@5.2.38
 - graphql-key-transformer@3.2.38
 - graphql-predictions-transformer@3.2.38
 - graphql-transformer-core@7.6.1
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.0
 - graphql-versioned-transformer@5.2.38

* Added Windows compatible translation of "hoist-cli" script (#543)

* fix(graphql): handle begin and end vtl keywords in index name (#510)

* fix(graphql): handle begin and end vtl keywords in index name

* updated comments

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* feature: add support for default generation of query and gsi names for @index directive behind a feature flag

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives (#462)

* fix(amplify-graphql-auth-transformer, amplify-graphql-relational-transformer, amplify-graphql-transformer-core): support custom primary key with relational directives

* fix: fixed refactor incorrect hanlding for filter vs connection input names

* fix: merge build errors

* fix: merge caused unit test failures

* fix: merge caused e2e failures

* fix: merge caused e2e failures

* addressing PR feedback

* fix: corrected allowed fields for relational fields with custom PK and restricted auth

* fix: fixed imports and e2e feature flag initialization

* test(graphql): fix failing datastore modelgen tests (#575)

* test(graphql): fix failing datastore modelgen tests

* moved the amplify-app to e2e tests package

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* chore(release): Publish [ci skip]

 - @aws-amplify/amplify-category-api@3.1.2
 - amplify-category-api-e2e-core@4.0.2
 - amplify-category-api-e2e-tests@3.10.2
 - @aws-amplify/graphql-auth-transformer@0.11.1
 - @aws-amplify/graphql-default-value-transformer@0.5.28
 - @aws-amplify/graphql-function-transformer@0.7.22
 - @aws-amplify/graphql-http-transformer@0.8.22
 - @aws-amplify/graphql-index-transformer@0.12.1
 - @aws-amplify/graphql-maps-to-transformer@1.1.20
 - amplify-category-api-graphql-migration-tests@2.3.2
 - @aws-amplify/graphql-model-transformer@0.14.6
 - @aws-amplify/graphql-predictions-transformer@0.6.22
 - @aws-amplify/graphql-relational-transformer@0.10.1
 - @aws-amplify/graphql-schema-test-library@1.1.1
 - @aws-amplify/graphql-searchable-transformer@0.14.6
 - @aws-amplify/graphql-transformer-core@0.17.6
 - @aws-amplify/graphql-transformer-migrator@1.4.1
 - amplify-category-api-migration-tests@5.0.2
 - amplify-category-api-util-mock@5.1.1
 - graphql-auth-transformer@7.2.39
 - graphql-connection-transformer@5.2.39
 - graphql-dynamodb-transformer@7.2.39
 - graphql-elasticsearch-transformer@5.2.39
 - graphql-function-transformer@3.3.30
 - graphql-http-transformer@5.2.39
 - graphql-key-transformer@3.2.39
 - graphql-predictions-transformer@3.2.39
 - graphql-relational-schema-transformer@2.21.9
 - graphql-transformer-common@4.23.3
 - graphql-transformer-core@7.6.2
 - amplify-category-api-graphql-transformers-e2e-tests@8.1.1
 - graphql-versioned-transformer@5.2.39

* fix conflict

* fix conflict

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>

* Added Windows compatible translation of "hoist-cli" script (#543)

* chore: cleanup stale s3 buckets, and remove references to amplify-app which we no longer leverage in our test suite (#556)

* Feat: Single Source Read

This adds the capability for but does not enable single source reading on GraphQL schemas
This is intended for GraphQL Transformer V2 without support for V1
This also required pulling apart some of the logic in schema transformation so I can actually instantiate the transformer elsewhere

* Nit: early return statement for ease of reading

* Consolidate if statements

* Nits: fixing some code quality requests

* Add explicit error for no schema found

Co-authored-by: Al Harris <91494052+alharris-at@users.noreply.github.com>
Co-authored-by: amplify-data-ci <amplify-data-dev+github@amazon.com>
Co-authored-by: naedx <1711099+naedx@users.noreply.github.com>
Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
Co-authored-by: Alexander Harris <alharris@amazon.com>
Co-authored-by: Pavel Lazar <85319655+lazpavel@users.noreply.github.com>
Co-authored-by: Zeyu Li <lizeyu@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@belongsTo referencing composite key does not work properly
4 participants