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
'Variable "$input" got invalid value { a: "abc", b: 123 }; Exactly one key must be specifiedfor OneOf type "TestInputObject".',
160
+
'Variable "$input" got invalid value { a: "abc", b: 123 }; Within OneOf Input Object Type "TestInputObject", exactly one field must be specified, and the value for that field must be non-null.',
'Variable "$input" got invalid value { a: "abc", b: null }; Exactly one key must be specifiedfor OneOf type "TestInputObject".',
184
+
'Variable "$input" got invalid value { a: "abc", b: null }; Within OneOf Input Object Type "TestInputObject", exactly one field must be specified, and the value for that field must be non-null.',
'Variable "$input" got invalid value { a: null, b: null }; Exactly one key must be specifiedfor OneOf type "TestInputObject".',
208
+
'Variable "$input" got invalid value { a: null, b: null }; Within OneOf Input Object Type "TestInputObject", exactly one field must be specified, and the value for that field must be non-null.',
0 commit comments