We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
I've been trying to set quads in dgraph, however it seems to allow whatever label I pass in! Here are some examples:
dgraph
curl localhost:8080/query -XPOST -d 'mutation{ set { <alice> <follows> <bob> . }}' {"code":"E_OK","message":"Done"}%
curl localhost:8080/query -XPOST -d 'mutation{ set { <alice> <follows> <bob> quad . }}' {"code":"E_OK","message":"Done"}%
curl localhost:8080/query -XPOST -d 'mutation{ set { <alice> <follows> <bob> quad pentagon . }}' {"code":"E_OK","message":"Done"}%
curl localhost:8080/query -XPOST -d 'mutation{ set { <alice> <follows> <bob> quad pentagon . hexagonafterdot}}' {"code":"E_OK","message":"Done"}%
The text was updated successfully, but these errors were encountered:
This has been fixed and merged to develop 54a43ec
Sorry, something went wrong.
pawanrawal
No branches or pull requests
Hello!
I've been trying to set quads in
dgraph
, however it seems to allow whatever label I pass in! Here are some examples:Triple
Quad
Pentagon
Hexagon After Dot
The text was updated successfully, but these errors were encountered: