You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can set different features in the `features` field of the Neo4j GraphQL constructor.
19
26
The `Neo4jFeaturesSettings` type looks like this:
20
27
21
28
[source, javascript, indent=0]
@@ -42,38 +49,38 @@ export type Neo4jFeaturesSettings = {
42
49
----
43
50
44
51
45
-
== Filter settings
52
+
=== Filter settings
46
53
47
54
Use `Neo4jFiltersSettings` to enable numeric String comparisons and regular expression filters for Strings and IDs.
48
55
They are disabled by default.
49
56
See xref:queries-aggregations/filtering.adoc#_string_comparison[String comparison] and xref:queries-aggregations/filtering.adoc#_regex_matching[RegEx matching].
50
57
51
58
52
-
== `populatedBy` settings
59
+
=== `populatedBy` settings
53
60
54
61
Use the `populatedBy` field to register callback functions used by the `@populatedBy` directive.
55
62
See xref:directives/custom-logic.adoc#_populatedby[`@populatedBy`].
56
63
57
64
58
-
== Authorization settings
65
+
=== Authorization settings
59
66
60
67
Set authorization keys in the `authorization` field.
61
68
See xref:security/configuration.adoc[Security > Configuration].
62
69
63
70
64
-
== Subscription settings
71
+
=== Subscription settings
65
72
66
73
Enable the `subscriptions` feature of the Neo4j GraphQL Library by setting it to `true`.
67
74
See xref:subscriptions/engines.adoc[Subscription engines].
68
75
69
76
70
-
== Exclude deprecated fields
77
+
=== Exclude deprecated fields
71
78
72
79
If you are not using them, use `excludeDeprecatedFields` to disable the generation of various deprecated fields.
73
80
See xref:optimization.adoc#_exclude_deprecated_fields[Exclude `@deprecated` fields].
74
81
75
82
76
-
== Vector settings
83
+
=== Vector settings
77
84
78
85
Set your GenAI provider credentials with the `vector` field.
79
86
See xref:directives/indexes-and-constraints.adoc#_vector_index_search[`@vector`].
0 commit comments