PHP Class Youshido\Tests\DataProvider\TestField

Inheritance: extends Youshido\GraphQL\Field\AbstractField
Show file Open project: youshido/graphql Class Usage Examples

Public Methods

Method Description
getDescription ( )
getType ( ) : AbstractObjectType
resolve ( $value, array $args, ResolveInfo $info )

Method Details

getDescription() public method

public getDescription ( )

getType() public method

public getType ( ) : AbstractObjectType
return Youshido\GraphQL\Type\Object\AbstractObjectType

resolve() public method

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