PHP Class GraphQL\Language\AST\UnionTypeDefinitionNode

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

Public Properties

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

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

$types public property

public NamedTypeNode[],GraphQL\Language\AST $types
return NamedTypeNode[]