remove id filters from ServerFilter

This commit is contained in:
Dawid Wysokiński 2020-06-23 16:47:48 +02:00
parent 128bf01a65
commit aa834a01dc
1 changed files with 0 additions and 3 deletions

View File

@ -69,9 +69,6 @@ type Server struct {
type ServerFilter struct {
tableName struct{} `urlstruct:"server"`
ID []int `json:"id" gqlgen:"id"`
IdNEQ []int `json:"idNEQ" gqlgen:"idNEQ"`
Key []string `json:"key" gqlgen:"key"`
KeyNEQ []string `json:"keyNEQ" gqlgen:"keyNEQ"`
KeyMATCH string `json:"keyMATCH" gqlgen:"keyMATCH"`