Skip to content

Commit 9fcd8f9

Browse files
committed
Fix casing of type definitions
1 parent 8063f77 commit 9fcd8f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/aura-graphql/api-creation.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Even with just field suggestions enabled, it is possible for a malicious actor t
3232
. Type definitions
3333
+
3434
This is where you describe the graph database in the AuraDB that the GraphQL API will be used with.
35-
The Type Definitions are the same as those used with Neo4j GraphQL Library with the exception that custom resolvers cannot be used.
35+
The type definitions are the same as those used with Neo4j GraphQL Library with the exception that custom resolvers cannot be used.
3636
+
37-
If you already have data in the AuraDB, a quick way to obtain Type Definitions is to use the https://graphql-toolbox.neo4j.io[Neo4j GraphQL Toolbox]. This facility has the ability to connect to an AuraDB, automatically create Type Definitions and allow GraphQL operations.
37+
If you already have data in the AuraDB, a quick way to obtain type definitions is to use the https://graphql-toolbox.neo4j.io[Neo4j GraphQL Toolbox]. This facility has the ability to connect to an AuraDB, automatically create type definitions and allow GraphQL operations.
3838
+
39-
Alternatively you can write your own Type Definition from first principles by following the guidance provided in xref:index.adoc[Neo4j GraphQL Library] documention
39+
Alternatively you can write your own type definitions from first principles by following the guidance provided in xref:index.adoc[Neo4j GraphQL Library] documention
4040
+
4141
If you are using GraphQL Federation then make sure to select **Enable GraphQL subgraph**.
4242
+

0 commit comments

Comments
 (0)