Skip to content

Commit 0927dc3

Browse files
Apply suggestions from code review
Co-authored-by: Lidia Zuin <[email protected]>
1 parent b5ebbfe commit 0927dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/directives/autogeneration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This page describes directives used for autogeneration:
1212
This directive marks a field as an identifier for an object type.
1313
This enables autogeneration of IDs for the field.
1414

15-
The format of each generated ID is a UUID generated by the link:https://neo4j.com/docs/cypher-manual/current/functions/scalar/#functions-randomuuid[randomUUID() function].
15+
The format of each generated ID is a UUID generated by the link:https://neo4j.com/docs/cypher-manual/current/functions/scalar/#functions-randomuuid[`randomUUID()` function].
1616
The field will not be present in input types for mutations.
1717

1818
It is recommended to use xref::/directives/indexes-and-constraints.adoc#type-definitions-constraints-unique[`@unique`] in conjunction with this to add a unique node property constraint.

0 commit comments

Comments
 (0)