Input for "predicate" of type uid is scalar

Hey Ami, your RDF is wrong. All of your values are set as Blank Nodes. Take a read A Tour of Dgraph - In our last conversation I said to you do that, but I guess you din’t get it right about the values. Blank Nodes are for relational node usage. That’s Why you get this error about the Schema. As you schema is set as value for a particular predicate and your RDF is set to UID type (blank nodes are to UID type) you have a collision of type. It gives an error.

1 Like