Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update aura graphql urls #227

Merged
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
10 changes: 5 additions & 5 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
* *Products*
* xref:aura-graphql-data-apis/index.adoc[]
** xref:aura-graphql-data-apis/prerequisites.adoc[]
** xref:aura-graphql-data-apis/deploy-and-operate.adoc[]
** xref:aura-graphql-data-apis/authentication-providers.adoc[]
** xref:aura-graphql-data-apis/using-your-api.adoc[]
* xref:aura-graphql/index.adoc[]
** xref:aura-graphql/prerequisites.adoc[]
** xref:aura-graphql/deploy-and-operate.adoc[]
** xref:aura-graphql/authentication-providers.adoc[]
** xref:aura-graphql/using-your-api.adoc[]
* xref:introspector.adoc[Introspector]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
== Deploy a GraphQL API


Before you deploy a GraphQL API, complete the steps in xref::/aura-graphql-data-apis/prerequisites.adoc[Prerequisites].
Before you deploy a GraphQL API, complete the steps in xref::/aura-graphql/prerequisites.adoc[Prerequisites].
Make sure that you have:

* The ID, username and password for the AuraDB.
Expand All @@ -21,7 +21,7 @@ FULL_PATH_TO_YOUR_TYPE_DEFS --await
[NOTE]
====
Make sure to record the API key shown in the response as it will not be displayed again.
If the API key is lost, a new one can be created by following the steps to create a new API key auth provider in xref::/aura-graphql-data-apis/authentication-providers.adoc[Authentication providers].
If the API key is lost, a new one can be created by following the steps to create a new API key auth provider in xref::/aura-graphql/authentication-providers.adoc[Authentication providers].
====

There are other items of note in the response:
Expand Down Expand Up @@ -61,7 +61,7 @@ If the status is `updating` then the change is still being processed.
When the change is committed, the status will return to `ready`.

Additionally, it is possible to modify the authentication providers of GraphQL APIs.
To learn more, see xref::/aura-graphql-data-apis/authentication-providers.adoc[Authentication providers].
To learn more, see xref::/aura-graphql/authentication-providers.adoc[Authentication providers].

== Deleting a GraphQL API

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ To get the credentials, follow these steps depending on which version of the con
1. Log in to the link:https://console.neo4j.io/[Neo4j Aura Console].
2. Navigate to the top right where your account name is displayed and click the down arrow.
+
image::aura-graphql-data-apis/unified-console-home.png[]
image::aura-graphql/unified-console-home.png[]
+
3. In the menu, click *API keys*.
+
image::aura-graphql-data-apis/unified-console-account-dropdown.png[]
image::aura-graphql/unified-console-account-dropdown.png[]
+
4. Click *Create*.
+
image::aura-graphql-data-apis/unified-console-api-keys.png[]
image::aura-graphql/unified-console-api-keys.png[]
+
5. In the pop-up window, enter a name for the API Key and click *Create*.
+
image::aura-graphql-data-apis/unified-console-create-api-key.png[]
image::aura-graphql/unified-console-create-api-key.png[]
+
6. The client ID and client secret are displayed. Make a note as the client secret will not be shown again and you need both. If you download them, keep them safe.

Expand All @@ -45,12 +45,12 @@ image::aura-graphql-data-apis/unified-console-create-api-key.png[]
1. Log in to the link:https://console.neo4j.io/[Neo4j Aura Console].
2. Navigate to the top right where your account name is displayed and click the down arrow.
+
image::aura-graphql-data-apis/console-classic-home.png[]
image::aura-graphql/console-classic-home.png[]
+
3. A menu with your account name is displayed. Click *Account Details*.
4. In the *Account Details* menu, click *Create* in the *Aura API* credentials section.
+
image::aura-graphql-data-apis/console-classic-api-keys.png[]
image::aura-graphql/console-classic-api-keys.png[]
+
5. In the pop-up window, enter a client name and click *Create*.
6. The newly created client ID and client secret are displayed. Make sure to securely save these as they are required to use the Aura CLI.
Expand Down
Loading