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 a027ad3 commit d9efaddCopy full SHA for d9efadd
modules/ROOT/pages/neo4jgraphql-class.adoc
@@ -58,7 +58,7 @@ export type Neo4jFeaturesSettings = {
58
};
59
vector?: Neo4jVectorSettings;
60
cypherDirective?: {
61
- /** Enabling this setting, the limit generated by the directive `@limit` won't be added to fields with custom cypher */
+ /** Enable this setting to prevent the limit generated by the directive `@limit` from being added to fields with custom Cypher. */
62
disableGeneratedLimit?: boolean;
63
64
0 commit comments