Page Menu
Home
Elementl
Search
Configure Global Search
Log In
Differential
D6164
Diff 30546
python_modules/dagster-graphql/dagster_graphql/__init__.py
Changeset View
Drop the registry; if we want to refer to types by their names instead of doing the import dance, graphene lets us use fully-qualified strings like "dagster_graphql.schema.whatever.SomeThing", or, within a single file, we can wrap a classname in a lambda.