github.com/animeshon/gqlgen@v0.13.1-0.20210304133704-3a770431bb6d/codegen/config/testdata/cfg/glob/foo/foo.graphql (about) 1 type Todo { 2 id: ID! 3 text: String! 4 done: Boolean! 5 user: User! 6 } 7 8 type User { 9 id: ID! 10 name: String! 11 }