PHP Class Youshido\GraphQL\Introspection\FieldType

Inheritance: extends Youshido\GraphQL\Type\Object\AbstractObjectType
Afficher le fichier Open project: youshido/graphql

Méthodes publiques

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

Method Details

build() public méthode

public build ( $config )

getName() public méthode

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

isValidValue() public méthode

public isValidValue ( $value )

resolveArgs() public méthode

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

resolveType() public méthode

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