...

Text file src/github.com/99designs/gqlgen/plugin/modelgen/testdata/gqlgen_omit_root_models.yml

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

     1schema:
     2  - "testdata/schema_omit_root_models.graphql"
     3
     4exec:
     5  filename: out/ignored.go
     6model:
     7  filename: out/generated_omit_root_models.go
     8
     9omit_root_models: true

View as plain text