Merge pull request #422 from trouble/query-exists

This commit is contained in:
Elliot DeNolf
2020-10-16 21:45:41 -04:00
committed by GitHub
5 changed files with 128 additions and 30 deletions

View File

@@ -19,6 +19,10 @@ const base = [
label: 'is not in',
value: 'not_in',
},
{
label: 'exists',
value: 'exists',
},
];
const numeric = [