PHP Class Youshido\GraphQL\Introspection\FieldType

Inheritance: extends Youshido\GraphQL\Type\Object\AbstractObjectType
Show file Open project: youshido/graphql

Public Methods

Method Description
build ( $config )
getName ( ) : String
isValidValue ( $value )
resolveArgs ( Youshido\GraphQL\Field\FieldInterface $value )
resolveType ( Youshido\GraphQL\Field\FieldInterface $value )

Method Details

build() public method

public build ( $config )

getName() public method

public getName ( ) : String
return String type name

isValidValue() public method

public isValidValue ( $value )

resolveArgs() public method

public resolveArgs ( Youshido\GraphQL\Field\FieldInterface $value )
$value Youshido\GraphQL\Field\FieldInterface

resolveType() public method

public resolveType ( Youshido\GraphQL\Field\FieldInterface $value )
$value Youshido\GraphQL\Field\FieldInterface