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
'Query.field(argWithPossibleFix:) has invalid default value: { self: null, string: [1], enum: Symbol(Exotic) }. Did you mean: { self: null, string: ["1"], enum: ["TWO"] }?',
2125
+
},
2126
+
{
2127
+
message:
2128
+
'Query.field(argWithInvalidPossibleFix:) has invalid default value at .string: Expected value of non-null type [String]! not to be null.',
2129
+
},
2130
+
{
2131
+
message:
2132
+
'Query.field(argWithoutPossibleFix:) has invalid default value: Expected value of type TestInput to include required field "string", found: { enum: "Exotic" }.',
2133
+
},
2134
+
{
2135
+
message:
2136
+
'Query.field(argWithoutPossibleFix:) has invalid default value at .enum: Value "Exotic" does not exist in "TestEnum" enum.',
2137
+
},
2138
+
]);
2139
+
});
2063
2140
});
2064
2141
2065
2142
describe('Type System: Input Object fields must have input types',()=>{
0 commit comments