github.com/fortexxx/gqlgen@v0.10.3-0.20191216030626-ca5ea8b21ead/example/config/user.graphql (about) 1 type User 2 @goModel(model:"github.com/99designs/gqlgen/example/config.User") { 3 id: ID! 4 name: String! @goField(name:"FullName") 5 }