PHP Class Youshido\GraphQL\Type\TypeFactory

Show file Open project: youshido/graphql Class Usage Examples

Public Methods

Method Description
getScalarType ( string $type ) : AbstractScalarType
getScalarTypesNames ( ) : string[]

Method Details

getScalarType() public static method

public static getScalarType ( string $type ) : AbstractScalarType
$type string
return Youshido\GraphQL\Type\Scalar\AbstractScalarType

getScalarTypesNames() public static method

public static getScalarTypesNames ( ) : string[]
return string[]