Autogenerated get__ query still don't work after v20.07.0

Hey @Luscha

This was a bug that was there when you used a field with @id directive called id. We have fixed this in master and it would be part of the next patch release v20.07.1. In the meantime, you can use the Dgraph image from master or update the name of the field to something else like

interface Metadata {
  metaID: String! @id 
}
...
...

See queryTweets works, but getTweets does not work for more details about the bug.

2 Likes