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 ee93a91 commit 135619cCopy full SHA for 135619c
src/index.js
@@ -362,6 +362,8 @@ export {
362
doTypesOverlap,
363
// Asserts a string is a valid GraphQL name.
364
assertValidName,
365
+ // Determine if a string is a valid GraphQL name.
366
+ isValidNameError
367
// Compares two GraphQLSchemas and detects breaking changes.
368
findBreakingChanges,
369
findDangerousChanges,
@@ -372,8 +374,6 @@ export {
372
374
} from './utilities';
373
375
376
export type {
- assertValidName,
- isValidNameError,
377
BreakingChange,
378
DangerousChange,
379
IntrospectionOptions,
0 commit comments