PHP Class GraphQL\Language\AST\EnumValueDefinitionNode

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

Public Properties

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

Property Details

$directives public property

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

$kind public property

public string $kind
return string

$name public property

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