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(appsync): multiple interface types generates invalid schema #10481

Merged
merged 27 commits into from
Sep 30, 2020

Conversation

BryanPan342
Copy link
Contributor

Make the GraphQL Schema construct multiple interface implementation in the following manner:

type Object implements Interface1 & interface2 {
  ...
}

Fixes #10479


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

BryanPan342 and others added 26 commits August 31, 2020 14:56
@BryanPan342
Copy link
Contributor Author

@MrArnoldPalmer @shivlaks addressing a p1 bug #10479

@mergify
Copy link
Contributor

mergify bot commented Sep 30, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: aadf55d
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Sep 30, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 6f2d393 into aws:master Sep 30, 2020
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.

[aws-appsync] Code first object type implementation of multiple interfaces generates invalid graphql output
4 participants