PHP Class GraphQL\Language\AST\InlineFragmentNode

Inheritance: extends Node, implements SelectionNode
Datei anzeigen Open project: webonyx/graphql-php

Public Properties

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

Property Details

$directives public_oe property

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

$kind public_oe property

public $kind

$selectionSet public_oe property

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

$typeCondition public_oe property

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