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

Support for the Global Object Identification Specification (Node interface) #2444

Open
n1ru4l opened this issue Jun 16, 2023 · 0 comments
Open
Labels
enhancement New feature or request that adds new things or value to Hive

Comments

@n1ru4l
Copy link
Collaborator

n1ru4l commented Jun 16, 2023

When following the global object identification specification (https://graphql.org/learn/global-object-identification/#node-interface), removing a type that implements the Node interface will result in a breaking schema change if any GraphQL operation uses the node field even though the operation has no inline fragment for the removed type.

We should allow (either via opt-in or by default), to handle this removal as a non-breaking change (based on usage).

@n1ru4l n1ru4l added the enhancement New feature or request that adds new things or value to Hive label Nov 6, 2023
@theguild-bot theguild-bot mentioned this issue Jan 24, 2024
92 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request that adds new things or value to Hive
Projects
None yet
Development

No branches or pull requests

1 participant