github.com/geneva/gqlgen@v0.17.7-0.20230801155730-7b9317164836/plugin/federation/testdata/entities/nokey.graphql (about)

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