Skip to content

Commit 47727d4

Browse files
authored
Merge pull request #149 from neo4j/fix-docs-for-valid-locations-for-the-query-directive
update for valid schema locations for the @query directive
2 parents 78b66de + cc23154 commit 47727d4

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
=== Usage

0 commit comments

Comments
 (0)