Initial Save
This commit is contained in:
12
node_modules/graphql/validation/rules/KnownFragmentNames.d.ts
generated
vendored
Normal file
12
node_modules/graphql/validation/rules/KnownFragmentNames.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { ASTVisitor } from '../../language/visitor';
|
||||
import { ValidationContext } from '../ValidationContext';
|
||||
|
||||
export function unknownFragmentMessage(fragName: string): string;
|
||||
|
||||
/**
|
||||
* Known fragment names
|
||||
*
|
||||
* A GraphQL document is only valid if all `...Fragment` fragment spreads refer
|
||||
* to fragments defined in the same document.
|
||||
*/
|
||||
export function KnownFragmentNames(context: ValidationContext): ASTVisitor;
|
||||
Reference in New Issue
Block a user