PHP Class GraphQL\Type\Definition\InputObjectField

Afficher le fichier Open project: webonyx/graphql-php

Méthodes publiques

Свойство Type Description
$defaultValue mixed | null
$description string | null
$name string
$type callback | InputType

Méthodes publiques

Méthode Description
__construct ( array $opts ) InputObjectField constructor.
defaultValueExists ( ) : boolean
getType ( ) : mixed

Method Details

__construct() public méthode

InputObjectField constructor.
public __construct ( array $opts )
$opts array

defaultValueExists() public méthode

public defaultValueExists ( ) : boolean
Résultat boolean

getType() public méthode

public getType ( ) : mixed
Résultat mixed

Property Details

$defaultValue public_oe property

public mixed|null $defaultValue
Résultat mixed | null

$description public_oe property

public string|null $description
Résultat string | null

$name public_oe property

public string $name
Résultat string

$type public_oe property

public callback|InputType $type
Résultat callback | InputType