refactor: Update ARR body parsing logic

This commit is contained in:
windyboy
2024-07-23 11:29:12 +08:00
parent 3202521f7b
commit 77a7c7eae0
14 changed files with 3348 additions and 50 deletions
+13
View File
@@ -0,0 +1,13 @@
# Default genqlient config; for full documentation see:
# https://github.com/Khan/genqlient/blob/main/docs/genqlient.yaml
schema: schema.graphql
operations:
- genqlient.graphql
generated: generated.go
bindings:
jsonb:
type: encoding/json.RawMessage
timestamp:
type: time.Time
uuid:
type: github.com/google/uuid.UUID