...

Text file src/github.com/99designs/gqlgen/plugin/modelgen/testdata/schema_omit_root_models.graphql

Documentation: github.com/99designs/gqlgen/plugin/modelgen/testdata

     1type Query {
     2    thisShoudlntGetGenerated: Boolean
     3}
     4
     5type Mutation {
     6    thisShoudlntGetGenerated: Boolean
     7}
     8
     9type Subscription {
    10    thisShoudlntGetGenerated: Boolean
    11}
    12
    13enum SomeContent {
    14    This
    15    Is
    16    A
    17    Test
    18}

View as plain text