Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
GraphQL
Type
Definition
EnumValueDefinition
PHP Class GraphQL\Type\Definition\EnumValueDefinition
Mostra file
Open project: webonyx/graphql-php
Public Properties
Property
Type
Description
$deprecationReason
string
|
null
$description
string
|
null
$name
string
$value
mixed
Public Methods
Method
Description
__construct
(
array
$config
)
isDeprecated
( ) :
boolean
Method Details
__construct()
public
method
public
__construct
(
array
$config
)
$config
array
isDeprecated()
public
method
public
isDeprecated
( ) :
boolean
return
boolean
Property Details
$deprecationReason
public_oe property
public
string|null
$deprecationReason
return
string
|
null
$description
public_oe property
public
string|null
$description
return
string
|
null
$name
public_oe property
public
string
$name
return
string
$value
public_oe property
public
mixed
$value
return
mixed