~bigbes/core-go

ref: fbc8f491b0e7cd9c9b1280bd4ee29b3c0684d53b core-go/database/ql.go -rw-r--r-- 2.4 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.
1d2a30cb — Drew DeVault 5 years ago
Import GQL server interfaces from gql.sr.ht