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 f4cde5b commit 910826eCopy full SHA for 910826e
modules/ROOT/pages/type-definitions/schema-configuration/type-configuration.adoc
@@ -46,12 +46,6 @@ This directive is used to limit the availability of query operations in the libr
46
directive @query(read: Boolean! = true, aggregate: Boolean! = false) on OBJECT | SCHEMA
47
----
48
49
-[NOTE]
50
-====
51
-Aggregations will no longer be generated by default in the 4.0.0 version of the library.
52
-See xref::guides/v4-migration/index.adoc#opt-in-aggregation[`Opt-in Aggregation`] for more information.
53
54
-
55
=== Usage
56
57
==== Disable _movies_ and _moviesConnection_ operations
0 commit comments