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

Alias edges with same label as a node #57

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

andreachild
Copy link
Contributor

Detect if there is an edge with the same label as a node and if so, create an alias in the graphQL schema by prefixing the edge label with an underscore. Without adding this alias the request to AWS to publish the graphQL API will fail as the schema will be invalid due to the duplication of types.

Copy link
Contributor

@kmcginnes kmcginnes left a comment

Choose a reason for hiding this comment

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

LGTM

@kmcginnes kmcginnes merged commit f1d1498 into aws:main Jan 18, 2025
2 checks passed
@kmcginnes kmcginnes deleted the nodeEdgeLabelCollision branch January 18, 2025 00:26
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.

2 participants