Skip to content

Commit 94d769d

Browse files
committed
review suggestions
1 parent 07cfd53 commit 94d769d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/ROOT/pages/ogm/installation.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Here are some examples of how you can use the OGM.
2323
[[ogm-examples-custom-resolvers]]
2424
=== Custom Resolvers
2525

26-
A common use case for the OGM are custom resolvers inside a Neo4j GraphQL instance due to the fact that it has access to some fields which the Neo4j GraphQL Library has not.
26+
The OGM has access to some fields which the Neo4j GraphQL Library doesn't.
27+
It is common practice to use the OGM to create custom resolvers when dealing with such fields.
2728
For example, you can have a `password` field marked with the `@private` directive and a custom resolver for creating users with passwords.
2829

2930
Execute the following to create an example application directory and create a new project:
@@ -157,7 +158,7 @@ async function main() {
157158
main();
158159
----
159160

160-
Additionally, create a file `utils.js` in the same directory.
161+
Create the file `utils.js` in the same directory.
161162
Install additional dependencies:
162163

163164
[source, bash, indent=0]

0 commit comments

Comments
 (0)