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 3c38caf commit 1842969Copy full SHA for 1842969
gql/transport/transport.py
@@ -3,7 +3,7 @@
3
from graphql import DocumentNode, ExecutionResult
4
5
6
-class Transport:
+class Transport(abc.ABC):
7
@abc.abstractmethod
8
def execute(self, document: DocumentNode, *args, **kwargs) -> ExecutionResult:
9
"""Execute GraphQL query.
0 commit comments