Skip to content
Merged
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 dgraph/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ results of our query:

The previous query used the `type()` function to find the starting point of our
graph traversal. We can use more complex functions to filter by string
comparison operator, and others, however to use these function we must first
comparison operator, and others, however to use these functions we must first
update the graph schema to create an index on the predicates we want to use in
these functions.

Expand Down
Loading