Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Youshido
GraphQL
Relay
Fetcher
FetcherInterface
PHP Interface Youshido\GraphQL\Relay\Fetcher\FetcherInterface
ファイルを表示
Open project: youshido/graphql
Interface Usage Examples
Public Methods
Method
Description
resolveNode
(
$type
,
$id
) :
mixed
Resolve node
resolveType
(
$object
) :
mixed
Method Details
resolveNode()
public
method
Resolve node
public
resolveNode
(
$type
,
$id
) :
mixed
$type
string
$id
string
return
mixed
resolveType()
public
method
public
resolveType
(
$object
) :
mixed
$object
return
mixed