We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1edb01 commit 7023d5aCopy full SHA for 7023d5a
modules/ROOT/pages/constructor.adoc
@@ -1,13 +1,13 @@
1
= The `Neo4jGraphQL` class
2
:description: This section describes various setting field in the Neo4j GraphQL main class.
3
4
-You can assign different setting fields in the Neo4j GraphQL constructor:
+You can assign different setting fields in the Neo4jGraphQL constructor:
5
6
[source, javascript, indent=0]
7
----
8
export interface Neo4jGraphQLConstructor {
9
- typeDefs: TypeDefinitions;<1>
10
- resolvers?: IExecutableSchemaDefinition["resolvers"];<2>
+ typeDefs: TypeDefinitions; <1>
+ resolvers?: IExecutableSchemaDefinition["resolvers"]; <2>
11
features?: Neo4jFeaturesSettings; <3>
12
driver?: Driver; <4>
13
debug?: boolean;
0 commit comments