Moved from GitHub tutorial/73
Posted by prashant-shahi:
There are some changes that are needed for the upcoming version of Dgraph.
- Removal of pages where
_predicate_
is used, or replace it with something similar wherever required. - Updating pages where
expand(_all_)
is used, to reflect the new changes. - Change in all of the schemas might be required. If any node has an edge which can be more than one then
uid
should be changed to[uid]
. - Passing suitable headers along with the HTTP requests.
Endpoint |
Content-Type header |
---|---|
/alter |
N/A |
/mutate |
application/rdf or application/json |
/query |
application/graphql± |
- For /moredata/1, change of the option for passing the file from
-r
to-f
during live loading of the RDF dataset.