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.
1 parent f1c9892 commit cc23154Copy full SHA for cc23154
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
[NOTE]
0 commit comments