Couldn\'t rewrite query because Argument () of * was not able to be parsed as a string

Turns out that @id declarations can only be assigned to Strings types…

Fields with the @id directive must have the type String! .

https://dgraph.io/docs/graphql/schema/ids/