Skip to content

Commit 2eadb47

Browse files
authored
Add right import
1 parent 5d8eb05 commit 2eadb47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphql/graphql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from .execution import ExecutionResult, execute
2+
from .language.ast import Document
23
from .language.parser import parse
34
from .language.source import Source
45
from .validation import validate

0 commit comments

Comments
 (0)