Skip to content

Commit

Permalink
Use final version for the filter plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
  • Loading branch information
ajnavarro committed Sep 20, 2024
1 parent 9b22f03 commit 7b24999
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 75 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.7

require (
github.com/99designs/gqlgen v0.17.51
github.com/ajnavarro/gqlfiltergen v0.0.0-20240918155639-e541e088cd28
github.com/ajnavarro/gqlfiltergen v0.1.0
github.com/cockroachdb/pebble v1.1.2
github.com/gnolang/gno v0.1.1
github.com/go-chi/chi/v5 v5.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/agnivade/levenshtein v1.1.1 h1:QY8M92nrzkmr798gCo3kmMyqXFzdQVpxLlGPRB
github.com/agnivade/levenshtein v1.1.1/go.mod h1:veldBMzWxcCG2ZvUTKD2kJNRdCk5hVbJomOvKkmgYbo=
github.com/ajg/form v1.5.1 h1:t9c7v8JUKu/XxOGBU0yjNpaMloxGEJhUkqFRq0ibGeU=
github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY=
github.com/ajnavarro/gqlfiltergen v0.0.0-20240918155639-e541e088cd28 h1:P5k+90SdRIMnbLvreMZ/UmrnagcS4Sd6VdANboAG7C0=
github.com/ajnavarro/gqlfiltergen v0.0.0-20240918155639-e541e088cd28/go.mod h1:uHvKxvSISkr7QFZnYlrXfpnEDI/UPpodVM/a/XkOjtU=
github.com/ajnavarro/gqlfiltergen v0.1.0 h1:Si3rIfBNQe1mFVWVFRySHDmVhprbhH7t1SyFGrEpRz4=
github.com/ajnavarro/gqlfiltergen v0.1.0/go.mod h1:uHvKxvSISkr7QFZnYlrXfpnEDI/UPpodVM/a/XkOjtU=
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0 h1:jfIu9sQUG6Ig+0+Ap1h4unLjW6YQJpKZVmUzxsD4E/Q=
Expand Down
50 changes: 3 additions & 47 deletions serve/graph/generated.go

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

22 changes: 5 additions & 17 deletions serve/graph/model/filter_methods_gen.go

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

8 changes: 0 additions & 8 deletions serve/graph/model/models_gen.go

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

0 comments on commit 7b24999

Please sign in to comment.