github.com/99designs/gqlgen@v0.17.45/plugin/modelgen/testdata/schema_omit_root_models.graphql (about) 1 type Query { 2 thisShoudlntGetGenerated: Boolean 3 } 4 5 type Mutation { 6 thisShoudlntGetGenerated: Boolean 7 } 8 9 type Subscription { 10 thisShoudlntGetGenerated: Boolean 11 } 12 13 enum SomeContent { 14 This 15 Is 16 A 17 Test 18 }