...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
99designs
/
gqlgen
/
plugin
/
federation
/
testdata
/
entities
/
nokey.graphql
Documentation:
github.com/99designs/gqlgen/plugin/federation/testdata/entities
1
type Hello {
2
name: String!
3
}
4
5
type Query {
6
hello: Hello!
7
}
8
View as plain text