PHP Class Youshido\GraphQL\Introspection\Field\TypesField

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

Méthodes publiques

Méthode Description
getName ( )
getType ( ) : AbstractObjectType
resolve ( $value, array $args, ResolveInfo $info )

Method Details

getName() public méthode

public getName ( )

getType() public méthode

public getType ( ) : AbstractObjectType
Résultat Youshido\GraphQL\Type\Object\AbstractObjectType

resolve() public méthode

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