~bigbes/core-go

ref: 39cd24bd091dd97a4b7ab321a8a6c59e836611bb core-go/database/sq.go -rw-r--r-- 3.6 KiB
07056613 — Drew DeVault 5 years ago
database: expand field map for composite fields

This allows models to fetch multiple SQL columns to obtain the data
necessary to compute a single composite GraphQL field, while still
avoiding unnecessary fetches if those fields are not queried.
4cc9b34f — Drew DeVault 5 years ago
database.Apply: add support for non-pointer fields
af2afebd — Drew DeVault 5 years ago
Add legacy webhooks worker implementation
1d2a30cb — Drew DeVault 5 years ago
Import GQL server interfaces from gql.sr.ht