Skip to content

Commit

Permalink
Add __abstract__ attribute to the interface type
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianCzajkowski authored and rafalp committed Apr 24, 2024
1 parent 900f026 commit d4c8f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ariadne_graphql_modules/next/interfacetype.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@


class GraphQLInterface(GraphQLObject):
__abstract__: bool = True
__valid_type__ = InterfaceTypeDefinitionNode

@classmethod
Expand Down

0 comments on commit d4c8f24

Please sign in to comment.