Skip to content

Commit f7e9758

Browse files
committed
Tests working
1 parent 9390ad3 commit f7e9758

File tree

7 files changed

+163
-124
lines changed

7 files changed

+163
-124
lines changed

graphql/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
GraphQLSkipDirective,
6060
GraphQLIncludeDirective,
6161
GraphQLDeprecatedDirective,
62+
GraphQLDeferDirective,
6263
# Constant Deprecation Reason
6364
DEFAULT_DEPRECATION_REASON,
6465
# GraphQL Types for introspection.
@@ -198,6 +199,7 @@
198199
"GraphQLSkipDirective",
199200
"GraphQLIncludeDirective",
200201
"GraphQLDeprecatedDirective",
202+
"GraphQLDeferDirective",
201203
"DEFAULT_DEPRECATION_REASON",
202204
"TypeKind",
203205
"DirectiveLocation",

0 commit comments

Comments
 (0)