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
fix: validation for skip/include with default values (#193)
fix#190
Corresponding spec text: https://spec.graphql.org/June2018/#sec-All-Variable-Usages-are-Allowed
When validation the variable definition for the argument `if` for the directives skip/include, the default values in the variable definition were not considered. This PR fixes the issue by correctly using the default values in the variable definition.
0 commit comments