PHP 클래스 Youshido\GraphQL\Introspection\QueryType

상속: extends Youshido\GraphQL\Type\Object\AbstractObjectType, use trait Youshido\GraphQL\Introspection\Traits\TypeCollectorTrait
파일 보기 프로젝트 열기: youshido/graphql

공개 메소드들

메소드 설명
build ( $config )
getName ( ) : String
resolveEnumValues ( $value, $args )
resolveFields ( $value, $args )
resolveInputFields ( $value )
resolveInterfaces ( $value )
resolveOfType ( AbstractType $value )
resolvePossibleTypes ( $value, $args, ResolveInfo $info )

메소드 상세

build() 공개 메소드

public build ( $config )

getName() 공개 메소드

public getName ( ) : String
리턴 String type name

resolveEnumValues() 공개 메소드

public resolveEnumValues ( $value, $args )

resolveFields() 공개 메소드

public resolveFields ( $value, $args )

resolveInputFields() 공개 메소드

public resolveInputFields ( $value )

resolveInterfaces() 공개 메소드

public resolveInterfaces ( $value )

resolveOfType() 공개 메소드

public resolveOfType ( AbstractType $value )
$value Youshido\GraphQL\Type\AbstractType

resolvePossibleTypes() 공개 메소드

public resolvePossibleTypes ( $value, $args, ResolveInfo $info )
$info Youshido\GraphQL\Execution\ResolveInfo