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
2 changes: 1 addition & 1 deletion content/cloud/cloud-api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
title = "Dgraph Cloud API"
weight = 15
[menu.main]
identifier = "cloud"
identifier = "cloud-api"
parent = "cloud"
+++
2 changes: 1 addition & 1 deletion content/graphql/schema/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "Schema"
[menu.main]
identifier = "schema"
identifier = "gqlschema"
parent = "graphql"
weight = 2
+++
Expand Down
2 changes: 1 addition & 1 deletion content/graphql/schema/authorization/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "Authorization"
weight = 5
[menu.main]
identifier = "authorization"
parent = "schema"
parent = "gqlschema"
+++

Dgraph's GraphQL implementation comes with built-in authorization. This lets you annotate your schema with rules that determine who can query and mutate your data.
Expand Down
2 changes: 1 addition & 1 deletion content/graphql/schema/dgraph-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "Dgraph Schema Fragment"
description = "While editing your schema, this GraphQL schema fragment can be useful. It sets up the definitions of the directives that you’ll use in your schema."
weight = 9
[menu.main]
parent = "schema"
parent = "gqlschema"
+++

While editing your schema, you might find it useful to include this GraphQL schema fragment. It sets up the definitions of the directives, etc. (like `@search`) that you'll use in your schema. If your editor is GraphQL aware, it may give you errors if you don't have this available and context sensitive help if you do.
Expand Down
2 changes: 1 addition & 1 deletion content/graphql/schema/directives/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "Directives"
weight = 4
[menu.main]
identifier = "directives"
parent = "schema"
parent = "gqlschema"
+++

The list of all directives supported by Dgraph.
Expand Down
2 changes: 1 addition & 1 deletion content/graphql/schema/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "Documentation and Comments"
description = "Dgraph accepts GraphQL documentation comments, which get passed through to the generated API and shown as documentation in GraphQL tools."
weight = 7
[menu.main]
parent = "schema"
parent = "gqlschema"
+++

## Schema Documentation Processed by Generated API
Expand Down
2 changes: 1 addition & 1 deletion content/graphql/schema/graph-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "Relationships"
description = "All the data in your app form a GraphQL data graph. That graph has nodes of particular types and relationships between the nodes to form the data graph."
weight = 2
[menu.main]
parent = "schema"
parent = "gqlschema"
+++

All the data in your app form a GraphQL data graph. That graph has nodes of particular types and relationships between the nodes to form the data graph.
Expand Down
2 changes: 1 addition & 1 deletion content/graphql/schema/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "Schema Migration"
description = "This document describes all the things that you need to take care while doing a schema update or migration."
weight = 5
[menu.main]
parent = "schema"
parent = "gqlschema"
identifier = "schema-migration"
+++

Expand Down
2 changes: 1 addition & 1 deletion content/graphql/schema/reserved.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "Reserved Names"
description = "This document provides the full list of names that are reserved and can’t be used to define any other identifiers."
weight = 3
[menu.main]
parent = "schema"
parent = "gqlschema"
+++

The following names are reserved and can't be used to define any other identifiers:
Expand Down
2 changes: 1 addition & 1 deletion content/graphql/schema/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "Types"
description = "How to use GraphQL types to set a GraphQL schema for the Dgraph database. Includes scalars, enums, types, interfaces, union, password, & geolocation types."
weight = 1
[menu.main]
parent = "schema"
parent = "gqlschema"
+++

This page describes how to use GraphQL types to set the a GraphQL schema for
Expand Down