Skip to content

Commit

Permalink
fix interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashou committed Dec 24, 2024
1 parent 95c9192 commit 0a2b512
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clientgenv2/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ type Plugin struct {
GenerateConfig *gqlgencConfig.GenerateConfig
}

func New(queryFilePaths []string, queryDocument *ast.QueryDocument, operationQueryDocuments []*ast.QueryDocument, client config.PackageConfig, generateConfig *gqlgencConfig.GenerateConfig) *Plugin {
func New(queryDocument *ast.QueryDocument, operationQueryDocuments []*ast.QueryDocument, client config.PackageConfig, generateConfig *gqlgencConfig.GenerateConfig) *Plugin {
return &Plugin{
queryFilePaths: queryFilePaths,
queryDocument: queryDocument,
operationQueryDocuments: operationQueryDocuments,
Client: client,
Expand Down

0 comments on commit 0a2b512

Please # to comment.