Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Youshido
GraphQL
Relay
Connection
Connection
PHP Class Youshido\GraphQL\Relay\Connection\Connection
Datei anzeigen
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
( )