PHP Class GraphQL\Type\Definition\NonNull

Inheritance: extends Type, implements GraphQL\Type\Definition\WrappingType, implements OutputType, implements InputType
Afficher le fichier Open project: webonyx/graphql-php

Méthodes publiques

Méthode Description
__construct ( callable | Type $type )
getWrappedType ( boolean $recurse = false ) : mixed
toString ( ) : string

Method Details

__construct() public méthode

public __construct ( callable | Type $type )
$type callable | Type

getWrappedType() public méthode

public getWrappedType ( boolean $recurse = false ) : mixed
$recurse boolean
Résultat mixed

toString() public méthode

public toString ( ) : string
Résultat string