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