github.com/unigraph-dev/dgraph@v1.1.1-0.20200923154953-8b52b426f765/gql/fuzz-data/corpus/test010.in (about)

     1  
     2  {
     3        me(func: uid(aliceInWonderland)) {
     4          type
     5          writtenIn
     6          name
     7          character {
     8                  name
     9          }
    10          author {
    11                  name
    12                  born
    13                  died
    14          }
    15        }
    16      }