GeneratorOptions constructor
GeneratorOptions({})
Instantiate generator options.
Implementation
GeneratorOptions({
this.generateHelpers = true,
this.generateQueries = true,
this.scalarMapping = const [],
this.fragmentsGlob,
this.schemaMapping = const [],
this.ignoreForFile = const [],
});