PHP 인터페이스 Youshido\GraphQL\Relay\Fetcher\FetcherInterface

파일 보기 프로젝트 열기: youshido/graphql 0 사용 예제들

공개 메소드들

메소드 설명
resolveNode ( $type, $id ) : mixed Resolve node
resolveType ( $object ) : mixed

메소드 상세

resolveNode() 공개 메소드

Resolve node
public resolveNode ( $type, $id ) : mixed
$type string
$id string
리턴 mixed

resolveType() 공개 메소드

public resolveType ( $object ) : mixed
$object
리턴 mixed