PHP Class GraphQL\Language\AST\FragmentDefinitionNode

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

Public Properties

Property Type Description
$directives DirectiveNode[]
$kind
$name NameNode
$selectionSet SelectionSetNode
$typeCondition NamedTypeNode

Property Details

$directives public property

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

$kind public property

public $kind

$name public property

public NameNode,GraphQL\Language\AST $name
return NameNode

$selectionSet public property

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

$typeCondition public property

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