Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Youshido
GraphQL
Relay
Field
GlobalIdField
PHP Class Youshido\GraphQL\Relay\Field\GlobalIdField
Inheritance:
extends
Youshido\GraphQL\Field\AbstractField
显示文件
Open project: youshido/graphql
Class Usage Examples
Protected Properties
Property
Type
Description
$typeName
string
Public Methods
Method
Description
__construct
(
string
$typeName
)
getDescription
( )
getName
( )
getType
( )
resolve
(
$value
,
array
$args
,
ResolveInfo
$info
)
Method Details
__construct()
public
method
public
__construct
(
string
$typeName
)
$typeName
string
getDescription()
public
method
public
getDescription
( )
getName()
public
method
public
getName
( )
getType()
public
method
public
getType
( )
resolve()
public
method
public
resolve
(
$value
,
array
$args
,
ResolveInfo
$info
)
$args
array
$info
Youshido\GraphQL\Execution\ResolveInfo
Property Details
$typeName
protected_oe property
protected
string
$typeName
return
string