Skip to content

Commit

Permalink
Add resolver commit
Browse files Browse the repository at this point in the history
  • Loading branch information
voslartomas committed Nov 25, 2022
1 parent 3087cf3 commit 9e1337b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/resolvergen/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ func (m *Plugin) generatePerSchema(data *codegen.Data) error {
PackageName: data.Config.Resolver.Package,
FileNotice: `
// This file will be automatically regenerated based on the schema, any resolver implementations
// will be copied through when generating and any unknown code will be moved to the end.`,
// will be copied through when generating and any unknown code will be moved to the end.
// Code generated by github.com/99designs/gqlgen.`,
Filename: filename,
Data: resolverBuild,
Packages: data.Config.Packages,
Expand Down

0 comments on commit 9e1337b

Please sign in to comment.