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

Maybe: Add warning that deferred inline fragments without type condition are not supported #3158

Closed
Tracked by #3093
calvincestari opened this issue Jul 27, 2023 · 0 comments · Fixed by #3159
Closed
Tracked by #3093
Assignees

Comments

@calvincestari
Copy link
Member

calvincestari commented Jul 27, 2023

The following is a valid deferred inline fragment but Apollo iOS will not support it. We should add a warning to the JS frontend when we detect this type of deferred fragment.

query Test {
  ... @defer {
    name
  }
}
@calvincestari calvincestari added this to the `@defer` support milestone Jul 27, 2023
@calvincestari calvincestari changed the title Maybe: Add warning that inline fragments without type condition are not supported Maybe: Add warning that deferred inline fragments without type condition are not supported Jul 27, 2023
@BobaFetters BobaFetters linked a pull request Jul 28, 2023 that will close this issue
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 a pull request may close this issue.

2 participants