github.com/unigraph-dev/dgraph@v1.1.1-0.20200923154953-8b52b426f765/gql/fuzz-data/corpus/test158.in (about) 1 2 query { 3 me(func: uid(0x1)) { 4 friends @facets(orderdesc: a as b) { 5 name 6 } 7 } 8 me(func: uid(a)) { } 9 }