flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
13
VISUALIZACION/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.d.ts
generated
vendored
Executable file
13
VISUALIZACION/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.d.ts
generated
vendored
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
import { ASTVisitor } from '../../language/visitor';
|
||||
import { ValidationContext } from '../ValidationContext';
|
||||
|
||||
/**
|
||||
* Possible fragment spread
|
||||
*
|
||||
* A fragment spread is only valid if the type condition could ever possibly
|
||||
* be true: if there is a non-empty intersection of the possible parent types,
|
||||
* and possible types which pass the type condition.
|
||||
*/
|
||||
export function PossibleFragmentSpreadsRule(
|
||||
context: ValidationContext,
|
||||
): ASTVisitor;
|
||||
Loading…
Add table
Add a link
Reference in a new issue