PHP Class GraphQL\Language\AST\VariableDefinitionNode

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

Public Properties

Property Type Description
$defaultValue ValueNode | null
$kind
$type TypeNode
$variable VariableNode

Property Details

$defaultValue public_oe property

public ValueNode|null $defaultValue
return ValueNode | null

$kind public_oe property

public $kind

$type public_oe property

public TypeNode $type
return TypeNode

$variable public_oe property

public VariableNode,GraphQL\Language\AST $variable
return VariableNode