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 3f2dd27 commit 1adfa77Copy full SHA for 1adfa77
src/utilities/buildClientSchema.js
@@ -154,7 +154,7 @@ export function buildClientSchema(
154
const type = getType(typeRef);
155
invariant(
156
isOutputType(type),
157
- 'Introspection must provide output type for fields. ' + inspect(type),
+ 'Introspection must provide output type for fields. ' + inspect(type),
158
);
159
return type;
160
}
0 commit comments