github.com/dgraph-io/dgraph@v1.2.8/graphql/schema/testdata/schemagen/input/no-id-field-with-searchables.graphql (about)

     1  # This should still generate and, or keys in PostFilter.
     2  type Post {
     3      content: String! @search
     4  }