github.com/mstephano/gqlgen-schemagen@v0.0.0-20230113041936-dd2cd4ea46aa/plugin/federation/testdata/entities/nokey.graphql (about)

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