github.com/niko0xdev/gqlgen@v0.17.55-0.20240120102243-2ecff98c3e37/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  }