PHP Class GraphQL\Language\AST\FieldDefinitionNode

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

Méthodes publiques

Свойство Type Description
$arguments InputValueDefinitionNode[]
$directives DirectiveNode[]
$kind string
$name NameNode
$type TypeNode

Property Details

$arguments public_oe property

public InputValueDefinitionNode[],GraphQL\Language\AST $arguments
Résultat InputValueDefinitionNode[]

$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

$type public_oe property

public TypeNode $type
Résultat TypeNode