Nikolaos Moraitis
Nikolaos Moraitis
There are many people that think the map differently. For example I think of it inverted by 180 degrees. So I can't use the mapper plugin because it is confusing...
@fiendish Is there any plans to add this functionality to the map?
Trying something like: ```go Select(` uid expand(_all_)\{ expand(_all_) \} `) ``` Also, this can be consider as bug, right? ``` "message": "rpc error: code = Unknown desc = : while...
@fenos Is there any workaround?
@fenos I tried what you suggested, but the response still doesn't include any predicates.
It seems that the query is constructed with `` instead of `expand(_all_)`. For some reason, dgraph is ignoring the expand if it is surrounded with ``.
This is happening only in Chrome.
Recently I tried to add 2 more packages to my vendor folder. If I will just copy paste them into the vendor's folder, everything looks ok. But if I try...
Is there any way to `IgnoreUnexported` when comparing slices of a specific struct?