Method | Description | |
---|---|---|
__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, |
Method | Description | |
---|---|---|
extractTypes ( $type ) : array | ||
init ( array $config ) |
public __construct ( array $config = null ) | ||
$config | array |
public getDirective ( $name ) : |
||
$name | ||
return |
public getDirectives ( ) : |
||
return |
public getMutationType ( ) : |
||
return |
public getPossibleTypes ( GraphQL\Type\Definition\AbstractType $abstractType ) : |
||
$abstractType | GraphQL\Type\Definition\AbstractType | |
return |
public getQueryType ( ) : |
||
return |
public getSubscriptionType ( ) : |
||
return |
public isPossibleType ( GraphQL\Type\Definition\AbstractType $abstractType, |
||
$abstractType | GraphQL\Type\Definition\AbstractType | |
$possibleType | ||
return | boolean |