It doesn’t seem to be possible to update a GraphQL field with the @id directive… I guess it make sense in the context that the update mutation generally works with multiple nodes, but it’s important to allow data identified in this way (users for example) to change their chosen identifier.
Perhaps I’m missing something? Thank you