We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78b66de + cc23154 commit 47727d4Copy full SHA for 47727d4
modules/ROOT/pages/schema-configuration/type-configuration.adoc
@@ -46,7 +46,7 @@ This directive is used to limit the availability of query operations in the libr
46
47
[source, graphql, indent=0]
48
----
49
-directive @query(read: Boolean! = true, aggregate: Boolean! = false) on OBJECT | SCHEMA
+directive @query(read: Boolean! = true, aggregate: Boolean! = false) on OBJECT | SCHEMA | INTERFACE | UNION
50
51
52
=== Usage
0 commit comments