Add handling of filters

This commit is contained in:
2019-03-02 21:51:25 +01:00
parent 4736462c72
commit 3efba9b3e4
11 changed files with 309 additions and 87 deletions
+6 -5
View File
@@ -3,14 +3,15 @@ export {
findEventsAndOrigins,
findOrigins,
fetchAddress,
fetchFilters,
} from './queries';
export {
ignoreBand,
ignoreDanceHall,
ignoreCity,
ignoreMunicipality,
ignoreState,
toggleIgnoreBand,
toggleIgnoreDanceHall,
toggleIgnoreCity,
toggleIgnoreMunicipality,
toggleIgnoreState,
saveOrigin,
removeOrigin
} from './mutations';