PHP Class Youshido\GraphQL\Introspection\QueryType

Inheritance: extends Youshido\GraphQL\Type\Object\AbstractObjectType, use trait Youshido\GraphQL\Introspection\Traits\TypeCollectorTrait
Afficher le fichier Open project: youshido/graphql

Méthodes publiques

Méthode Description
build ( $config )
getName ( ) : String
resolveEnumValues ( $value, $args )
resolveFields ( $value, $args )
resolveInputFields ( $value )
resolveInterfaces ( $value )
resolveOfType ( AbstractType $value )
resolvePossibleTypes ( $value, $args, ResolveInfo $info )

Method Details

build() public méthode

public build ( $config )

getName() public méthode

public getName ( ) : String
Résultat String type name

resolveEnumValues() public méthode

public resolveEnumValues ( $value, $args )

resolveFields() public méthode

public resolveFields ( $value, $args )

resolveInputFields() public méthode

public resolveInputFields ( $value )

resolveInterfaces() public méthode

public resolveInterfaces ( $value )

resolveOfType() public méthode

public resolveOfType ( AbstractType $value )
$value Youshido\GraphQL\Type\AbstractType

resolvePossibleTypes() public méthode

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