메소드 | 설명 | |
---|---|---|
__construct ( array $config = null ) | Schema constructor. | |
getDirective ( $name ) : |
||
getDirectives ( ) : |
||
getMutationType ( ) : |
||
getPossibleTypes ( GraphQL\Type\Definition\AbstractType $abstractType ) : |
||
getQueryType ( ) : |
||
getSubscriptionType ( ) : |
||
getType ( string $name ) : |
||
getTypeMap ( ) : array | ||
isPossibleType ( GraphQL\Type\Definition\AbstractType $abstractType, |
메소드 | 설명 | |
---|---|---|
extractTypes ( $type ) : array | ||
init ( array $config ) |
public getDirective ( $name ) : |
||
$name | ||
리턴 |
public getDirectives ( ) : |
||
리턴 |
public getMutationType ( ) : |
||
리턴 |
public getPossibleTypes ( GraphQL\Type\Definition\AbstractType $abstractType ) : |
||
$abstractType | GraphQL\Type\Definition\AbstractType | |
리턴 |
public getSubscriptionType ( ) : |
||
리턴 |
public isPossibleType ( GraphQL\Type\Definition\AbstractType $abstractType, |
||
$abstractType | GraphQL\Type\Definition\AbstractType | |
$possibleType | ||
리턴 | boolean |