Skip to content

Commit 9059ecd

Browse files
committed
Added flags file to graphql
1 parent 4e16a3c commit 9059ecd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

graphql/flags.py

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file makes it easier to know what are the features
2+
# the GraphQL-core API supports
3+
4+
# This permits to plug different backend when executing graphql(...)
5+
BACKEND_EXECUTOR = True
6+
7+
# This add a new path attribute to ResolveInfo, filled with the
8+
# path of the field where is being executed
9+
PATH_IN_RESOLVEINFO = True

0 commit comments

Comments
 (0)