adding in qt cli project instead of using raw c++ and/or golang FFI
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user