PHP Class Youshido\GraphQL\Relay\Connection\Connection

Afficher le fichier Open project: youshido/graphql Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static backwardArgs ( )

connectionArgs() public static méthode

public static connectionArgs ( )

connectionDefinition() public static méthode

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

edgeDefinition() public static méthode

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

forwardArgs() public static méthode

public static forwardArgs ( )

getEdges() public static méthode

public static getEdges ( $value )

getNode() public static méthode

public static getNode ( $value )

getPageInfo() public static méthode

public static getPageInfo ( $value )

getPageInfoType() public static méthode

public static getPageInfoType ( )