Versions in this module Expand all Collapse all v0 v0.10.3 Feb 6, 2020 Changes in this version + type CodeGenerator interface + GenerateCode func(cfg *codegen.Data) error + type ConfigMutator interface + MutateConfig func(cfg *config.Config) error + type Plugin interface + Name func() string + type SchemaMutator interface + MutateSchema func(s *ast.Schema) error + type SourcesInjector interface + InjectSources func(cfg *config.Config)