Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Youshido
GraphQL
Relay
Fetcher
FetcherInterface
PHP Interface Youshido\GraphQL\Relay\Fetcher\FetcherInterface
Afficher le fichier
Open project: youshido/graphql
Interface Usage Examples
Méthodes publiques
Méthode
Description
resolveNode
(
$type
,
$id
) :
mixed
Resolve node
resolveType
(
$object
) :
mixed
Method Details
resolveNode()
public
méthode
Resolve node
public
resolveNode
(
$type
,
$id
) :
mixed
$type
string
$id
string
Résultat
mixed
resolveType()
public
méthode
public
resolveType
(
$object
) :
mixed
$object
Résultat
mixed