github.com/operandinc/gqlgen@v0.16.1/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  }