remove 2 deprecated fields from VersionFilter(Tag, TagNEQ)

This commit is contained in:
Dawid Wysokiński 2020-12-25 12:21:52 +01:00
parent d738a73341
commit d1d8bc92fc
1 changed files with 0 additions and 2 deletions

View File

@ -91,8 +91,6 @@ type VersionFilter struct {
Code []VersionCode `json:"code" gqlgen:"code"`
CodeNEQ []VersionCode `json:"codeNEQ" gqlgen:"codeNEQ"`
Tag []VersionCode `json:"tag" gqlgen:"tag" urlstruct:",nowhere"`
TagNEQ []VersionCode `json:"tagNEQ" gqlgen:"tagNEQ" urlstruct:",nowhere"`
Host []string `json:"host" gqlgen:"host"`
HostNEQ []string `json:"hostNEQ" gqlgen:"hostNEQ"`