PHP Trait Youshido\GraphQL\Introspection\Traits\TypeCollectorTrait

Mostra file Open project: youshido/graphql

Protected Properties

Property Type Description
$types

Protected Methods

Method Description
collectTypes ( AbstractType $type )

Private Methods

Method Description
checkAndInsertInterfaces ( $type )
collectFieldsArgsTypes ( $type )
insertType ( $name, $type )

Method Details

collectTypes() protected method

protected collectTypes ( AbstractType $type )
$type Youshido\GraphQL\Type\AbstractType

Property Details

$types protected_oe property

protected $types