github.com/animeshon/gqlgen@v0.13.1-0.20210304133704-3a770431bb6d/plugin/federation/test_data/nokey.graphql (about)

     1  type Hello {
     2    name: String!
     3  }
     4  
     5  type Query {
     6    hello: Hello!
     7  }
     8