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(api-graphql): fix missing model enum in default selection sets #12682

Merged
merged 4 commits into from
Dec 6, 2023

Conversation

svidgen
Copy link
Contributor

@svidgen svidgen commented Dec 6, 2023

Description of changes

Enum fields were missing from default selection sets due to field filtering which was intended to only filter out related model fields.

Also adds the missing tags field to the model intro schema test fixture.

Issue #, if available

Description of how you validated changes

  1. Red/Green testing.
  2. Manually confirmed in a sample app

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)

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

@svidgen svidgen requested a review from a team as a code owner December 6, 2023 17:15
@svidgen svidgen merged commit 0aed4ba into aws-amplify:main Dec 6, 2023
30 checks passed
@svidgen svidgen deleted the fix-model-enum-selection-set branch December 6, 2023 21:09
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.

None yet

3 participants