Skip to content

Commit 8f00980

Browse files
committed
Fix typo
1 parent 9fcd8f9 commit 8f00980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The type definitions are the same as those used with Neo4j GraphQL Library with
3636
+
3737
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 definitions 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] documentation.
4040
+
4141
If you are using GraphQL Federation then make sure to select **Enable GraphQL subgraph**.
4242
+

0 commit comments

Comments
 (0)