playing with FFI to golang to make graphql calls...gruesome

This commit is contained in:
talksik
2025-02-21 22:29:50 -08:00
parent 712b5d7916
commit 7fcc9b8177
16 changed files with 1144 additions and 804 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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
package: graph
optional: pointer
bindings:
# To bind a scalar:
DateTime:
type: time.Time
URL:
type: string