PHP 클래스 Youshido\GraphQL\Introspection\InputValueType

상속: extends Youshido\GraphQL\Type\Object\AbstractObjectType
파일 보기 프로젝트 열기: youshido/graphql

공개 메소드들

메소드 설명
build ( $config )
getName ( ) : string
resolveDefaultValue ( AbstractSchema | Field $value ) : string | null
resolveType ( AbstractSchema | Field $value ) : Youshido\GraphQL\Type\TypeInterface

메소드 상세

build() 공개 메소드

public build ( $config )

getName() 공개 메소드

public getName ( ) : string
리턴 string type name

resolveDefaultValue() 공개 메소드

public resolveDefaultValue ( AbstractSchema | Field $value ) : string | null
$value Youshido\GraphQL\Schema\AbstractSchema | Youshido\GraphQL\Field\Field
리턴 string | null //todo implement value printer

resolveType() 공개 메소드

public resolveType ( AbstractSchema | Field $value ) : Youshido\GraphQL\Type\TypeInterface
$value Youshido\GraphQL\Schema\AbstractSchema | Youshido\GraphQL\Field\Field
리턴 Youshido\GraphQL\Type\TypeInterface