PHP Class GraphQL\Language\AST\FieldNode

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

Public Properties

Property Type Description
$alias NameNode | null
$arguments ArgumentNode[] | null
$directives DirectiveNode[] | null
$kind
$name NameNode
$selectionSet SelectionSetNode | null

Property Details

$alias public property

public NameNode,GraphQL\Language\AST|null $alias
return NameNode | null

$arguments public property

public ArgumentNode[],GraphQL\Language\AST|null $arguments
return ArgumentNode[] | null

$directives public property

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

$kind public property

public $kind

$name public property

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

$selectionSet public property

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