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
A mutation (probably query too) with multiple fields (operations calls) will short circuit checking the @constraint in the subsequent inputs when using the apollo, apollo 4, and evenelope plugins.
A mutation (probably query too) with multiple fields (operations calls) will short circuit checking the
@constraint
in the subsequent inputs when using the apollo, apollo 4, and evenelope plugins.Example (using the existing test typeDefs)
Non-conforming
$input2
values are ignored. I think it might have something to do with thisBREAK
, but I haven't figured that out yet.The text was updated successfully, but these errors were encountered: