PHP Class GraphQL\Language\AST\InlineFragmentNode

Inheritance: extends Node, implements SelectionNode
Show file Open project: webonyx/graphql-php

Public Properties

Property Type Description
$directives DirectiveNode[] | null
$kind
$selectionSet SelectionSetNode
$typeCondition NamedTypeNode

Property Details

$directives public property

public DirectiveNode[],GraphQL\Language\AST|null $directives
return DirectiveNode[] | null

$kind public property

public $kind

$selectionSet public property

public SelectionSetNode,GraphQL\Language\AST $selectionSet
return SelectionSetNode

$typeCondition public property

public NamedTypeNode,GraphQL\Language\AST $typeCondition
return NamedTypeNode