PHP 클래스 Youshido\GraphQL\Introspection\FieldType

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

공개 메소드들

메소드 설명
build ( $config )
getName ( ) : String
isValidValue ( $value )
resolveArgs ( Youshido\GraphQL\Field\FieldInterface $value )
resolveType ( Youshido\GraphQL\Field\FieldInterface $value )

메소드 상세

build() 공개 메소드

public build ( $config )

getName() 공개 메소드

public getName ( ) : String
리턴 String type name

isValidValue() 공개 메소드

public isValidValue ( $value )

resolveArgs() 공개 메소드

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

resolveType() 공개 메소드

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