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
Related to the issue in #3968, it doesn't appear that the introspection query is selecting the isOneOf field from the server, as defined by the RFC.
This has downstream effects like preventing this introspection response from powering codegen that uses that flag to enforce mutual exclusivity amongst the arguments.
In connection with the problem in #3968, it doesn't seem that the RFC-defined isOneOf field is being selected from the server by the introspection query.
This has side effects, such as stopping codegen that utilizes that flag to impose mutual exclusivity among the arguments from being powered by this introspective answer.
I've tried to incorporate this feature into #4078.
Related to the issue in #3968, it doesn't appear that the introspection query is selecting the
isOneOf
field from the server, as defined by the RFC.This has downstream effects like preventing this introspection response from powering codegen that uses that flag to enforce mutual exclusivity amongst the arguments.
I've attempted to add this functionality in #4078
The text was updated successfully, but these errors were encountered: