PHP 클래스 Youshido\GraphQL\Relay\Field\NodeField

상속: extends Youshido\GraphQL\Field\AbstractField
파일 보기 프로젝트 열기: youshido/graphql 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fetcher Youshido\GraphQL\Relay\Fetcher\FetcherInterface
$type Youshido\GraphQL\Relay\NodeInterfaceType

공개 메소드들

메소드 설명
__construct ( Youshido\GraphQL\Relay\Fetcher\FetcherInterface $fetcher )
build ( FieldConfig $config )
getDescription ( )
getName ( )
getType ( )
resolve ( $value, array $args, ResolveInfo $info )

메소드 상세

__construct() 공개 메소드

public __construct ( Youshido\GraphQL\Relay\Fetcher\FetcherInterface $fetcher )
$fetcher Youshido\GraphQL\Relay\Fetcher\FetcherInterface

build() 공개 메소드

public build ( FieldConfig $config )
$config Youshido\GraphQL\Config\Field\FieldConfig

getDescription() 공개 메소드

public getDescription ( )

getName() 공개 메소드

public getName ( )

getType() 공개 메소드

public getType ( )

resolve() 공개 메소드

public resolve ( $value, array $args, ResolveInfo $info )
$args array
$info Youshido\GraphQL\Execution\ResolveInfo

프로퍼티 상세

$fetcher 보호되어 있는 프로퍼티

protected FetcherInterface,Youshido\GraphQL\Relay\Fetcher $fetcher
리턴 Youshido\GraphQL\Relay\Fetcher\FetcherInterface

$type 보호되어 있는 프로퍼티

protected NodeInterfaceType,Youshido\GraphQL\Relay $type
리턴 Youshido\GraphQL\Relay\NodeInterfaceType