Sha256: 3398f46037f21fb6c33560ceca257259bd6d2ea03737179b61ea9e17cbe07455
Contents?: true
Size: 467 Bytes
Versions: 26
Compression:
Stored size: 467 Bytes
Contents
import type { ASTVisitor } from '../../language/visitor'; import type { 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 declare function PossibleFragmentSpreadsRule( context: ValidationContext, ): ASTVisitor;
Version data entries
26 entries across 26 versions & 1 rubygems