Skip to content

Commit 6625738

Browse files
committed
review comments (2)
1 parent f90f617 commit 6625738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/type-definitions/directives/custom-logic.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ const neoSchema = new Neo4jGraphQL({
372372
----
373373

374374
Here `fullName` is a value that is resolved from the fields `firstName` and `lastName`.
375-
Specifying the `@customResolver` directive on the field definition keeps `fullName` from being included in any `Query` or `Mutation` fields and hence as a property on the `:User` node in the database.
375+
Specifying the `@customResolver` directive on the field definition keeps `fullName` from being included in any query or mutation fields and hence as a property on the `:User` node in the database.
376376

377377
The inclusion of the fields `firstName` and `lastName` in the `requires` argument means that, in the definition of the resolver, the properties `firstName` and `lastName` will always be defined on the `source` object.
378378
If these fields are not specified, this cannot be guaranteed.

0 commit comments

Comments
 (0)