dgraph_ex v0.1.0 DgraphEx.Expr.Uid View Source

https://docs.dgraph.io/query-language/#uid

Syntax Examples:

q(func: uid()) predicate @filter(uid(, …, )) predicate @filter(uid(a)) for variable a q(func: uid(a,b)) for variables a and b

Link to this section Summary

Functions

This function is used by Func to ensure that a uid string (“0x9”) is rendered as an expression literal uid(0x9) instead of an actual literal <0x9>

Link to this section Functions

This function is used by Func to ensure that a uid string (“0x9”) is rendered as an expression literal uid(0x9) instead of an actual literal <0x9>