Skip to content

Commit d4c8f24

Browse files
DamianCzajkowskirafalp
authored andcommitted
Add __abstract__ attribute to the interface type
1 parent 900f026 commit d4c8f24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: ariadne_graphql_modules/next/interfacetype.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939

4040
class GraphQLInterface(GraphQLObject):
41+
__abstract__: bool = True
4142
__valid_type__ = InterfaceTypeDefinitionNode
4243

4344
@classmethod

0 commit comments

Comments
 (0)