git.sr.ht/~sircmpwn/gqlgen@v0.0.0-20200522192042-c84d29a1c940/example/config/user.graphql (about) 1 type User 2 @goModel(model:"git.sr.ht/~sircmpwn/gqlgen/example/config.User") { 3 id: ID! 4 name: String! @goField(name:"FullName") 5 }