We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e16a3c commit 9059ecdCopy full SHA for 9059ecd
graphql/flags.py
@@ -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