PHP Class GraphQL\Language\AST\FragmentSpreadNode

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

Public Properties

Property Type Description
$directives DirectiveNode[]
$kind
$name NameNode

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