Page Menu
Home
Elementl
Search
Configure Global Search
Log In
Differential
D6164
Diff 30546
python_modules/dagster-graphql/dagster_graphql/schema/__init__.py
Changeset View
Previously we were relying on the implicit registry functionality / metaclass magic provided by Dauphin to load all of the types in the schema; this moves us to be explicit, which may or may not be better, but more importantly allows pieces of the schema to be imported by other projects without having to pull in the entire registry