PHP Class Youshido\GraphQL\Type\SchemaTypesList

Show file Open project: youshido/graphql Class Usage Examples

Public Methods

Method Description
addType ( TypeInterface $type )
addTypes ( array $types )
getTypes ( )
isTypeNameRegistered ( $typeName )

Private Methods

Method Description
getTypeName ( $type )

Method Details

addType() public method

public addType ( TypeInterface $type )
$type TypeInterface

addTypes() public method

public addTypes ( array $types )
$types array

getTypes() public method

public getTypes ( )

isTypeNameRegistered() public method

public isTypeNameRegistered ( $typeName )