PHP Class Youshido\GraphQL\Relay\Connection\Connection

Mostra file Open project: youshido/graphql Class Usage Examples

Public Methods

Method Description
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 ( )

Method Details

backwardArgs() public static method

public static backwardArgs ( )

connectionArgs() public static method

public static connectionArgs ( )

connectionDefinition() public static method

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

edgeDefinition() public static method

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

forwardArgs() public static method

public static forwardArgs ( )

getEdges() public static method

public static getEdges ( $value )

getNode() public static method

public static getNode ( $value )

getPageInfo() public static method

public static getPageInfo ( $value )

getPageInfoType() public static method

public static getPageInfoType ( )