abstract class AbstractTypeRegistry (View source)

Methods

static mixed|null
get(string $typename)

No description

static ScalarType
ID()

No description

static ScalarType
String()

No description

static ScalarType
Boolean()

No description

static ScalarType
Float()

No description

static ScalarType
Int()

No description

static ListOfType
listOf($type)

No description

static NonNull
nonNull($type)

No description

Details

static mixed|null get(string $typename)

Parameters

string $typename

Return Value

mixed|null

Exceptions

Exception

static ScalarType ID()

Return Value

ScalarType

static ScalarType String()

Return Value

ScalarType

static ScalarType Boolean()

Return Value

ScalarType

static ScalarType Float()

Return Value

ScalarType

static ScalarType Int()

Return Value

ScalarType

static ListOfType listOf($type)

Parameters

$type

Return Value

ListOfType

static NonNull nonNull($type)

Parameters

$type

Return Value

NonNull