Skip to content

Commit 52f5934

Browse files
committed
aliases 3->4 perspective
1 parent adb9422 commit 52f5934

File tree

12 files changed

+11
-290
lines changed

12 files changed

+11
-290
lines changed

modules/ROOT/pages/authentication-and-authorization/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:page-aliases: auth/index.adoc, auth/setup.adoc, auth/authentication.adoc, \
44
auth/authorization.adoc, auth/auth-directive.adoc, auth/subscriptions.adoc, \
55
auth/authorization/allow.adoc, auth/authorization/bind.adoc, auth/authorization/roles.adoc, \
6-
auth/authorization/where.adoc, guides/v4-migration/authorization.adoc
6+
auth/authorization/where.adoc
77

88
[WARNING]
99
====

modules/ROOT/pages/getting-started/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[[getting-started]]
22
= Getting started
3+
:page-aliases: getting-started.adoc
34
:description: This section describes how to get started with the Neo4j GraphQL Library.
45

56

modules/ROOT/pages/migration/index.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[[migration-guide]]
22
:description: This page lists the breaking changes from version 3.0.0 to 4.0.0 and describes how to update.
33
= Migration to 4.0.0
4-
:page-aliases: guides/index.adoc, guides/migration-guide/index.adoc, guides/migration-guide/server.adoc, guides/migration-guide/type-definitions.adoc, guides/migration-guide/mutations.adoc
4+
:page-aliases: guides/index.adoc, guides/migration-guide/index.adoc, guides/migration-guide/server.adoc, \
5+
guides/migration-guide/queries.adoc, guides/migration-guide/type-definitions.adoc, guides/migration-guide/mutations.adoc
56

67
This page lists all breaking changes from the Neo4j GraphQL Library version 3.x to 4.x and how to update it.
78

modules/ROOT/pages/ogm/installation.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[[ogm-installation]]
22
:description: This page describes how to install the OGM in Neo4j GraphQL and includes examples of how to use it.
33
= Installation
4+
:page-aliases: ogm/examples/index.adoc
45

56
The OGM can be installed into a new or existing Node.js project in a similar way to the installation of the Neo4j GraphQL Library.
67
As such, it requires some dependencies to be included:

modules/ROOT/pages/queries-aggregations/queries.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[[queries]]
22
= Queries
3-
:page-aliases: guides/migration-guide/queries.adoc
43
:description: This page describes how to read or fetch values in the Neo4j GraphQL Library.
54

65

modules/ROOT/pages/reference/api-reference/index.adoc

Lines changed: 0 additions & 6 deletions
This file was deleted.

modules/ROOT/pages/reference/api-reference/neo4jgraphql.adoc

Lines changed: 0 additions & 274 deletions
This file was deleted.

modules/ROOT/pages/reference/api-reference/ogm.adoc

Lines changed: 0 additions & 5 deletions
This file was deleted.

modules/ROOT/pages/troubleshooting.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[[troubleshooting]]
22
= Troubleshooting
3-
:page-aliases: troubleshooting/faqs.adoc, troubleshooting/security.adoc, troubleshooting/optimizing-create-operations.adoc, appendix/preventing-overfetching.adoc, appendix.adoc
3+
:page-aliases: troubleshooting/index.adoc, troubleshooting/faqs.adoc, troubleshooting/security.adoc, \
4+
troubleshooting/optimizing-create-operations.adoc, appendix/preventing-overfetching.adoc, appendix.adoc
45

56

67
This chapter contains common troubleshooting steps. Additionally, there is a section for xref::troubleshooting.adoc#troubleshooting-faqs[FAQs] (Frequently Asked Questions) where you might find answers to your problems.

modules/ROOT/pages/type-definitions/directives/cypher.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[[type-definitions-cypher]]
22
:description: This page describes how to use the @cypher directive in the Neo4j GraphQL Library.
3-
= `@cypher`
3+
= `@cypher`
4+
:page-aliases: type-definitions/cypher.adoc
45

56
The `@cypher` directive binds a GraphQL field to the results of a Cypher query.
67
This directive can be used both for properties in a type or as top level queries.

0 commit comments

Comments
 (0)