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 cf8792e commit df2900eCopy full SHA for df2900e
graphene/types/schema.py
@@ -61,9 +61,6 @@ def get_graphql_type(self, _type):
61
def execute(self, *args, **kwargs):
62
return graphql(self, *args, **kwargs)
63
64
- def register(self, object_type):
65
- self.types.append(object_type)
66
-
67
def introspect(self):
68
return self.execute(introspection_query).data
69
0 commit comments