-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed as not planned
Labels
Stalearea/graphqlIssues related to GraphQL support on Dgraph.Issues related to GraphQL support on Dgraph.communityIssue or PR created by the community.Issue or PR created by the community.dgraphIssue or PR created by an internal Dgraph contributor.Issue or PR created by an internal Dgraph contributor.kind/bugSomething is broken.Something is broken.
Description
What version of Dgraph are you using?
22.0.1
What steps will reproduce the bug?
Follow the GraphQL Tour - Schema - page 7
Expected behavior and actual result.
mutation {
updatePerson(input: {
filter: { xid: { eq: "alice" } }
remove: { manages: null }
})
}
should remove the relationship manages. The request fails.
(it looks like it's used to work at a point before 21.03. : See the discuss threads.
Additional information
https://discuss.dgraph.io/t/removing-edges-using-null-does-not-work/15420
https://discuss.dgraph.io/t/mutation-provided-in-dgraph-graphql-tour-schema-doesnt-work/18137
Also related to #5711
cscetbon and nimowagukari
Metadata
Metadata
Assignees
Labels
Stalearea/graphqlIssues related to GraphQL support on Dgraph.Issues related to GraphQL support on Dgraph.communityIssue or PR created by the community.Issue or PR created by the community.dgraphIssue or PR created by an internal Dgraph contributor.Issue or PR created by an internal Dgraph contributor.kind/bugSomething is broken.Something is broken.