PHP 인터페이스 Youshido\GraphQL\Execution\Context\ExecutionContextInterface
파일 보기
프로젝트 열기: youshido/graphql
0 사용 예제들
공개 메소드들
메소드 상세
public getContainer ( ) : Youshido\GraphQL\Execution\Container\ContainerInterface |
리턴 |
Youshido\GraphQL\Execution\Container\ContainerInterface |
|
public getRequest ( ) : Request |
리턴 |
Youshido\GraphQL\Execution\Request |
|
public getSchema ( ) : AbstractSchema |
리턴 |
Youshido\GraphQL\Schema\AbstractSchema |
|
public setContainer ( Youshido\GraphQL\Execution\Container\ContainerInterface $container ) : mixed |
$container |
Youshido\GraphQL\Execution\Container\ContainerInterface |
|
리턴 |
mixed |
|
public setRequest ( Request $request ) |
$request |
Youshido\GraphQL\Execution\Request |
|
public setSchema ( AbstractSchema $schema ) |
$schema |
Youshido\GraphQL\Schema\AbstractSchema |
|