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