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 9f3effc commit f9eda2eCopy full SHA for f9eda2e
src/utilities/schemaPrinter.js
@@ -37,7 +37,7 @@ function isDefinedType(typename: string): boolean {
37
}
38
39
function isIntrospectionType(typename: string): boolean {
40
- return typename.startsWith('__');
+ return typename.indexOf('__') === 0;
41
42
43
function isBuiltInScalar(typename: string): boolean {
0 commit comments