github.com/animeshon/gqlgen@v0.13.1-0.20210304133704-3a770431bb6d/example/config/user.graphql (about) 1 type User 2 @goModel(model:"github.com/animeshon/gqlgen/example/config.User") { 3 id: ID! 4 name: String! @goField(name:"FullName") 5 }