mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 20:54:16 +03:00
Fixed unregistered types in schema
This commit is contained in:
parent
aa2f4c5bac
commit
da09bc3210
|
@ -77,6 +77,7 @@ class Schema(object):
|
|||
self,
|
||||
query=self.T(self.query),
|
||||
mutation=self.T(self.mutation),
|
||||
types=[self.T(_type) for _type in list(self._types_names.values())],
|
||||
subscription=self.T(self.subscription))
|
||||
|
||||
def register(self, object_type, force=False):
|
||||
|
|
Loading…
Reference in New Issue
Block a user