You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
}
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: