~bigbes/core-go: 72c2f060

database: specify field name for graphql.CollectedField

Newer versions of the graphql package add new fields to this struct.
This results in errors:

    database/ql.go:40:4: too few values in struct literal of type graphql.CollectedField
    database/ql.go:71:4: too few values in struct literal of type graphql.CollectedField

Simon Ser <contact@emersion.fr> — 2023-08-16 12:00:33 UTC

Commit 72c2f060eb68703a58a01e4fa2a898f2165f9191view raw patch

Parent(s): bf4fe19c

1 changed file(s)

FileStatus+
database/ql.go M +2 -2