Skip to content

Commit 642987e

Browse files
committed
Move base_type and ariadne.gql to public api
1 parent 26f4b4b commit 642987e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: ariadne_graphql_modules/__init__.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
from ariadne import gql
2+
3+
from .base_type import BaseType
14
from .convert_case import convert_case
25
from .deferred_type import DeferredType
36
from .directive_type import DirectiveType
@@ -13,6 +16,7 @@
1316
from .utils import create_alias_resolver, parse_definition
1417

1518
__all__ = [
19+
"BaseType",
1620
"DeferredType",
1721
"DirectiveType",
1822
"EnumType",
@@ -25,6 +29,7 @@
2529
"UnionType",
2630
"convert_case",
2731
"create_alias_resolver",
32+
"gql",
2833
"make_executable_schema",
2934
"parse_definition",
3035
]

0 commit comments

Comments
 (0)