Skip to content

Commit 042ef2e

Browse files
authored
Merge pull request #12 from ekampf/patch-1
Expose `HttpQueryError` in `__all__`
2 parents b086b19 + 15256d2 commit 042ef2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphql_server/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def load_json_body(data):
203203

204204

205205
__all__ = [
206+
"HttpQueryError",
206207
"default_format_error",
207208
"SkipException",
208209
"run_http_query",

0 commit comments

Comments
 (0)