PHP Class GraphQL\Language\AST\FieldDefinitionNode

Inheritance: extends Node
Datei anzeigen Open project: webonyx/graphql-php

Public Properties

Property Type Description
$arguments InputValueDefinitionNode[]
$directives DirectiveNode[]
$kind string
$name NameNode
$type TypeNode

Property Details

$arguments public_oe property

public InputValueDefinitionNode[],GraphQL\Language\AST $arguments
return InputValueDefinitionNode[]

$directives public_oe property

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

$kind public_oe property

public string $kind
return string

$name public_oe property

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

$type public_oe property

public TypeNode $type
return TypeNode