...

Text file src/github.com/99designs/gqlgen/plugin/federation/testdata/entities/nokey.graphql

Documentation: github.com/99designs/gqlgen/plugin/federation/testdata/entities

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

View as plain text