mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-07-11 01:24:46 +02:00
feat(graphql): remove IN filter from Float fields (#1175)
This commit is contained in:
@@ -28,9 +28,7 @@ abstract class FloatField extends Field implements DisplayableField, FilterableF
|
||||
return new FloatFilter($this->name(), $this->getColumn())
|
||||
->useEq()
|
||||
->useLt()
|
||||
->useGt()
|
||||
->useIn()
|
||||
->useNotIn();
|
||||
->useGt();
|
||||
}
|
||||
|
||||
public function getSort(): Sort
|
||||
|
||||
Reference in New Issue
Block a user