Skip to content

Commit

Permalink
add issue comment info in error
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Nov 9, 2023
1 parent 0d6b7a1 commit d5b61fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func (q Query) buildOutputs(outputs []Output) (string, error) {
return builder.String(), nil
}

var ErrDuplicateField = fmt.Errorf("duplicate field")
var ErrDuplicateField = fmt.Errorf("duplicate field (https://github.com/steebchen/prisma-client-go/issues/1095)")

func (q Query) buildFields(list bool, wrapList bool, fields []Field) (string, error) {
var builder strings.Builder
Expand Down

0 comments on commit d5b61fc

Please sign in to comment.