Skip to content

Commit

Permalink
Fix up filter capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs committed Nov 1, 2024
1 parent e09f9cd commit c25775e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions graph/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion graph/model/models_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion graph/schema/developerlicense.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type DeveloperLicenseConnection {
}

input DeveloperLicenseFilterBy {
Signer: Address
signer: Address
}

type DeveloperLicenseEdge {
Expand Down

0 comments on commit c25775e

Please sign in to comment.