Skip to content

Commit df32cdf

Browse files
rsill-neo4jmjfwebb
andauthored
Apply suggestions from code review
Co-authored-by: Michael Webb <28074382+mjfwebb@users.noreply.github.com>
1 parent 366f925 commit df32cdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/constructor.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
= The `Neo4jGraphQL` class
22
:description: This section describes various setting field in the Neo4j GraphQL main class.
33

4-
You can assign different setting fields in the Neo4j GraphQL constructor:
4+
You can assign different setting fields in the Neo4jGraphQL constructor:
55

66
[source, javascript, indent=0]
77
----
88
export interface Neo4jGraphQLConstructor {
9-
typeDefs: TypeDefinitions;<1>
10-
resolvers?: IExecutableSchemaDefinition["resolvers"];<2>
9+
typeDefs: TypeDefinitions; <1>
10+
resolvers?: IExecutableSchemaDefinition["resolvers"]; <2>
1111
features?: Neo4jFeaturesSettings; <3>
1212
driver?: Driver; <4>
1313
debug?: boolean;

0 commit comments

Comments
 (0)