@id directive and mutations

You are mixing the concept of GraphQL with DQL/RDF. They are two different things. And no GraphQL feature will work in DQL out of the box. There’s no way to DQL/RDF check @id during a mutation.

The only way to guarantee this is by using a UID. Instead of @id in the DQL end.

1 Like