PHP Class GraphQL\Language\AST\VariableDefinitionNode

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

Public Properties

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

Property Details

$defaultValue public property

public ValueNode|null $defaultValue
return ValueNode | null

$kind public property

public $kind

$type public property

public TypeNode $type
return TypeNode

$variable public property

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