Skip to content

Commit df2900e

Browse files
committed
Removed schema.register
1 parent cf8792e commit df2900e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

graphene/types/schema.py

-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ def get_graphql_type(self, _type):
6161
def execute(self, *args, **kwargs):
6262
return graphql(self, *args, **kwargs)
6363

64-
def register(self, object_type):
65-
self.types.append(object_type)
66-
6764
def introspect(self):
6865
return self.execute(introspection_query).data
6966

0 commit comments

Comments
 (0)