PHP 클래스 Youshido\GraphQL\Relay\Connection\Connection

파일 보기 프로젝트 열기: youshido/graphql 1 사용 예제들

공개 메소드들

메소드 설명
backwardArgs ( )
connectionArgs ( )
connectionDefinition ( AbstractType $type, null | string $name = null, array $config = [] ) : ObjectType
edgeDefinition ( AbstractType $type, null | string $name = null, array $config = [] ) : ObjectType
forwardArgs ( )
getEdges ( $value )
getNode ( $value )
getPageInfo ( $value )
getPageInfoType ( )

메소드 상세

backwardArgs() 공개 정적인 메소드

public static backwardArgs ( )

connectionArgs() 공개 정적인 메소드

public static connectionArgs ( )

connectionDefinition() 공개 정적인 메소드

public static connectionDefinition ( AbstractType $type, null | string $name = null, array $config = [] ) : ObjectType
$type Youshido\GraphQL\Type\AbstractType
$name null | string
$config array
리턴 Youshido\GraphQL\Type\Object\ObjectType

edgeDefinition() 공개 정적인 메소드

public static edgeDefinition ( AbstractType $type, null | string $name = null, array $config = [] ) : ObjectType
$type Youshido\GraphQL\Type\AbstractType
$name null | string
$config array
리턴 Youshido\GraphQL\Type\Object\ObjectType

forwardArgs() 공개 정적인 메소드

public static forwardArgs ( )

getEdges() 공개 정적인 메소드

public static getEdges ( $value )

getNode() 공개 정적인 메소드

public static getNode ( $value )

getPageInfo() 공개 정적인 메소드

public static getPageInfo ( $value )

getPageInfoType() 공개 정적인 메소드

public static getPageInfoType ( )