Skip to content

Commit d9efadd

Browse files
Update modules/ROOT/pages/neo4jgraphql-class.adoc
Co-authored-by: Richard Sill <[email protected]>
1 parent a027ad3 commit d9efadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/neo4jgraphql-class.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export type Neo4jFeaturesSettings = {
5858
};
5959
vector?: Neo4jVectorSettings;
6060
cypherDirective?: {
61-
/** Enabling this setting, the limit generated by the directive `@limit` won't be added to fields with custom cypher */
61+
/** Enable this setting to prevent the limit generated by the directive `@limit` from being added to fields with custom Cypher. */
6262
disableGeneratedLimit?: boolean;
6363
};
6464
};

0 commit comments

Comments
 (0)