Skip to content

Commit d61dbd6

Browse files
Merge pull request #694 from dgraph-io/raphael/dql-query
dql query section re-org
2 parents c62aca6 + 32a7f1a commit d61dbd6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1093
-2492
lines changed

.htmltest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DirectoryPath: "public"
22
CheckDoctype: true
3-
CheckExternal: true
3+
CheckExternal: false
44
CheckInternalHash: true
55
IgnoreDirectoryMissingTrailingSlash: true
66
IgnoreAltMissing: true

archived/cloud/advanced-queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ database operations. Advanced users can use DQL to send queries and mutations
1414
to Dgraph Cloud's HTTP or gRPC endpoints using the Dgraph client libraries.
1515
To learn more about the Dgraph client libraries, see the
1616
[client library documentation](https://dgraph.io/docs/clients/). To learn more
17-
about DQL, see [DQL Fundamentals](https://dgraph.io/docs/query-language/graphql-fundamentals/)..
17+
about DQL, see [DQL Fundamentals]({{< relref "graphql-fundamentals.md">}})..
1818

1919
If you are getting started with Dgraph Cloud, you should probably start out by
20-
using Dgraph's [GraphQL API](https://dgraph.io/docs/graphql/overview) instead.
20+
using Dgraph's [GraphQL API]({{< relref "graphql/_index.md">}) instead.
2121
Dgraph's GraphQL API lets you quickly use Dgraph Cloud before moving on to the
2222
advanced features available using DQL.
2323

content-status.md

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

content/dql/clients/_index.md renamed to content/clients/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ aliases = ["/clients"]
77
type = "docs"
88
[menu.main]
99
identifier = "clients"
10-
parent = "dql"
1110
+++
1211

1312
Dgraph client libraries allow you to run DQL transactions, queries and mutations in various programming languages.
@@ -55,7 +54,7 @@ transactions conflict when both transactions:
5554
- write values to the same scalar predicate of the same node (e.g both
5655
attempting to set a particular node's `address` predicate); or
5756
- write to a singular `uid` predicate of the same node (changes to `[uid]` predicates can be concurrently written); or
58-
- write a value that conflicts on an index for a predicate with `@upsert` set in the schema (see [upserts]({{< relref "howto/upserts.md">}})).
57+
- write a value that conflicts on an index for a predicate with `@upsert` set in the schema (see [upserts]({{< relref "upserts.md">}})).
5958

6059
When a transaction is aborted, all its changes are discarded. Transactions can be manually aborted.
6160

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)