PHP Class Youshido\GraphQL\Introspection\SchemaType

Inheritance: extends Youshido\GraphQL\Type\Object\AbstractObjectType
Mostrar archivo Open project: youshido/graphql

Public Methods

Method Description
build ( $config )
getName ( ) : String
resolveMutationType ( $value )
resolveQueryType ( $value )
resolveSubscriptionType ( )

Method Details

build() public method

public build ( $config )

getName() public method

public getName ( ) : String
return String type name

resolveMutationType() public method

public resolveMutationType ( $value )

resolveQueryType() public method

public resolveQueryType ( $value )

resolveSubscriptionType() public method