Skip to content

Commit

Permalink
Don't inject builtins during schema config
Browse files Browse the repository at this point in the history
  • Loading branch information
lwc committed Jun 5, 2019
1 parent de75743 commit 9be5aad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugin/schemaconfig/schemaconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ func (m *Plugin) MutateConfig(cfg *config.Config) error {
return err
}

cfg.InjectBuiltins(schema)

cfg.Directives["goModel"] = config.DirectiveConfig{
SkipRuntime: true,
}
Expand Down

0 comments on commit 9be5aad

Please sign in to comment.