PHP Class GraphQL\Language\AST\EnumTypeDefinitionNode

Inheritance: extends Node, implements TypeDefinitionNode
Afficher le fichier Open project: webonyx/graphql-php

Méthodes publiques

Свойство Type Description
$directives DirectiveNode[]
$kind string
$name NameNode
$values EnumValueDefinitionNode[]

Property Details

$directives public_oe property

public DirectiveNode[],GraphQL\Language\AST $directives
Résultat DirectiveNode[]

$kind public_oe property

public string $kind
Résultat string

$name public_oe property

public NameNode,GraphQL\Language\AST $name
Résultat NameNode

$values public_oe property

public EnumValueDefinitionNode[],GraphQL\Language\AST $values
Résultat EnumValueDefinitionNode[]