We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2f4c5 commit da09bc3Copy full SHA for da09bc3
graphene/core/schema.py
@@ -77,6 +77,7 @@ def schema(self):
77
self,
78
query=self.T(self.query),
79
mutation=self.T(self.mutation),
80
+ types=[self.T(_type) for _type in list(self._types_names.values())],
81
subscription=self.T(self.subscription))
82
83
def register(self, object_type, force=False):
0 commit comments