Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:page-aliases: auth/index.adoc, auth/setup.adoc, auth/authentication.adoc, \
auth/authorization.adoc, auth/auth-directive.adoc, auth/subscriptions.adoc, \
auth/authorization/allow.adoc, auth/authorization/bind.adoc, auth/authorization/roles.adoc, \
auth/authorization/where.adoc, guides/v4-migration/authorization.adoc
auth/authorization/where.adoc

[WARNING]
====
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/getting-started/index.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[[getting-started]]
= Getting started
:page-aliases: getting-started.adoc
:description: This section describes how to get started with the Neo4j GraphQL Library.


Expand Down
3 changes: 2 additions & 1 deletion modules/ROOT/pages/migration/index.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[[migration-guide]]
:description: This page lists the breaking changes from version 3.0.0 to 4.0.0 and describes how to update.
= Migration to 4.0.0
: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
:page-aliases: guides/index.adoc, guides/migration-guide/index.adoc, guides/migration-guide/server.adoc, \
guides/migration-guide/queries.adoc, guides/migration-guide/type-definitions.adoc, guides/migration-guide/mutations.adoc

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

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/ogm/installation.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[[ogm-installation]]
:description: This page describes how to install the OGM in Neo4j GraphQL and includes examples of how to use it.
= Installation
:page-aliases: ogm/examples/index.adoc

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.
As such, it requires some dependencies to be included:
Expand Down
1 change: 0 additions & 1 deletion modules/ROOT/pages/queries-aggregations/queries.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[[queries]]
= Queries
:page-aliases: guides/migration-guide/queries.adoc
:description: This page describes how to read or fetch values in the Neo4j GraphQL Library.


Expand Down
6 changes: 0 additions & 6 deletions modules/ROOT/pages/reference/api-reference/index.adoc

This file was deleted.

274 changes: 0 additions & 274 deletions modules/ROOT/pages/reference/api-reference/neo4jgraphql.adoc

This file was deleted.

5 changes: 0 additions & 5 deletions modules/ROOT/pages/reference/api-reference/ogm.adoc

This file was deleted.

3 changes: 2 additions & 1 deletion modules/ROOT/pages/troubleshooting.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[[troubleshooting]]
= Troubleshooting
:page-aliases: troubleshooting/faqs.adoc, troubleshooting/security.adoc, troubleshooting/optimizing-create-operations.adoc, appendix/preventing-overfetching.adoc, appendix.adoc
:page-aliases: troubleshooting/index.adoc, troubleshooting/faqs.adoc, troubleshooting/security.adoc, \
troubleshooting/optimizing-create-operations.adoc, appendix/preventing-overfetching.adoc, appendix.adoc


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.
Expand Down
3 changes: 2 additions & 1 deletion modules/ROOT/pages/type-definitions/directives/cypher.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[[type-definitions-cypher]]
:description: This page describes how to use the @cypher directive in the Neo4j GraphQL Library.
= `@cypher`
= `@cypher`
:page-aliases: type-definitions/cypher.adoc

The `@cypher` directive binds a GraphQL field to the results of a Cypher query.
This directive can be used both for properties in a type or as top level queries.
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/type-definitions/directives/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[[directives]]
:description: This page lists all directives available in the Neo4j GraphQL Library.
= Directives
:page-aliases: directives.adoc

The Neo4j GraphQL Library provides the following directives to be used whilst defining types:

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/type-definitions/types/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[[types]]
:description: This page lists all types available in the Neo4j GraphQL Library.
= Types
:page-aliases: type-definitions/types.adoc

The Neo4j GraphQL Library provides the following types:

Expand Down