graphqlite
graphqlite copied to clipboard
Preserve type already added
trafficstars
Hello,
With this PR this code will preserve MyCustomInputType
$factory = new SchemaFactory();
$factory->setSchemaConfig(SchemaConfig::create([
'types' => [
MyCustomInputType::getInstance()
]
]));
$schema = $factory->createSchema();