Skip to content

Commit cc23154

Browse files
committed
update for valid schema locations for the @query directive
1 parent f1c9892 commit cc23154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/schema-configuration/type-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This directive is used to limit the availability of query operations in the libr
4646

4747
[source, graphql, indent=0]
4848
----
49-
directive @query(read: Boolean! = true, aggregate: Boolean! = false) on OBJECT | SCHEMA
49+
directive @query(read: Boolean! = true, aggregate: Boolean! = false) on OBJECT | SCHEMA | INTERFACE | UNION
5050
----
5151

5252
[NOTE]

0 commit comments

Comments
 (0)