We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd24b7 commit 1219decCopy full SHA for 1219dec
src/execution/__tests__/variables-test.ts
@@ -32,7 +32,7 @@ const TestFaultyScalarGraphQLError = new GraphQLError(
32
'FaultyScalarErrorMessage',
33
{
34
extensions: {
35
- code: 'FaultyScalarErrorMessageExtensionCode'
+ code: 'FaultyScalarErrorExtensionCode'
36
}
37
38
);
@@ -421,7 +421,7 @@ describe('Execute: Handles inputs', () => {
421
422
message: 'Variable "$input" got invalid value "SerializedValue" at "input.e"; FaultyScalarErrorMessage',
423
locations: [{ line: 2, column: 16 }],
424
- extensions: { code: 'FaultyScalarErrorMessageExtensionCode' }
+ extensions: { code: 'FaultyScalarErrorExtensionCode' }
425
426
]
427
});
0 commit comments