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
RelayMutation
PHP Class Youshido\GraphQL\Relay\RelayMutation
Datei anzeigen
Open project: youshido/graphql
Class Usage Examples
Public Methods
Method
Description
buildMutation
(
string
$name
,
array
$args
,
AbstractObjectType |
array
$output
,
callable
$resolveFunction
) :
Field
Method Details
buildMutation()
public
static
method
public
static
buildMutation
(
string
$name
,
array
$args
,
AbstractObjectType |
array
$output
,
callable
$resolveFunction
) :
Field
$name
string
$args
array
$output
Youshido\GraphQL\Type\Object\AbstractObjectType |
array
$resolveFunction
callable
return
Youshido\GraphQL\Field\Field