PHP Class Youshido\GraphQL\Introspection\Field\SchemaField

Inheritance: extends Youshido\GraphQL\Field\AbstractField
Datei anzeigen Open project: youshido/graphql

Public Methods

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

Method Details

getName() public method

public getName ( )

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