PHP Class Youshido\GraphQL\Relay\Field\GlobalIdField

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

Protected Properties

Property Type Description
$typeName string

Public Methods

Method Description
__construct ( string $typeName )
getDescription ( )
getName ( )
getType ( )
resolve ( $value, array $args, ResolveInfo $info )

Method Details

__construct() public method

public __construct ( string $typeName )
$typeName string

getDescription() public method

public getDescription ( )

getName() public method

public getName ( )

getType() public method

public getType ( )

resolve() public method

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

Property Details

$typeName protected property

protected string $typeName
return string