feat: point field localization and graphql

This commit is contained in:
Dan Ribbens
2021-08-24 17:28:08 -04:00
parent 7504155e17
commit 30f17509ea
12 changed files with 174 additions and 33 deletions

View File

@@ -11,6 +11,7 @@ export type Operator = 'equals'
| 'less_than'
| 'less_than_equals'
| 'like'
| 'near'
export type WhereField = {
[key in Operator]?: unknown