Method | Description | |
---|---|---|
__construct ( |
ValidationContext constructor. | |
getArgument ( ) | ||
getDirective ( ) | ||
getDocument ( ) : |
||
getErrors ( ) : |
||
getFieldDef ( ) : |
||
getFragment ( $name ) : |
||
getFragmentSpreads ( GraphQL\Language\AST\HasSelectionSet $node ) : |
||
getInputType ( ) : GraphQL\Type\Definition\InputType | ||
getParentType ( ) : GraphQL\Type\Definition\CompositeType | ||
getRecursiveVariableUsages ( |
||
getRecursivelyReferencedFragments ( |
||
getSchema ( ) : |
||
getType ( ) : |
Returns OutputType | |
getVariableUsages ( GraphQL\Language\AST\HasSelectionSet $node ) : array | ||
reportError ( |
public __construct ( |
||
$schema | ||
$ast | ||
$typeInfo |
public getDocument ( ) : |
||
return |
public getFieldDef ( ) : |
||
return |
public getFragment ( $name ) : |
||
$name | ||
return |
public getFragmentSpreads ( GraphQL\Language\AST\HasSelectionSet $node ) : |
||
$node | GraphQL\Language\AST\HasSelectionSet | |
return |
public getInputType ( ) : GraphQL\Type\Definition\InputType | ||
return | GraphQL\Type\Definition\InputType |
public getParentType ( ) : GraphQL\Type\Definition\CompositeType | ||
return | GraphQL\Type\Definition\CompositeType |
public getRecursiveVariableUsages ( |
||
$operation | ||
return | array | List of ['node' => VariableNode, 'type' => ?InputObjectType] |
public getRecursivelyReferencedFragments ( |
||
$operation | ||
return |
public getType ( ) : |
||
return |
public getVariableUsages ( GraphQL\Language\AST\HasSelectionSet $node ) : array | ||
$node | GraphQL\Language\AST\HasSelectionSet | |
return | array | List of ['node' => VariableNode, 'type' => ?InputObjectType] |