github.com/nathanstitt/genqlient@v0.3.1-0.20211028004951-a2bda3c41ab8/internal/integration/genqlient.yaml (about)

     1  schema: schema.graphql
     2  operations: "*_test.go"
     3  generated: generated.go
     4  allow_broken_features: true
     5  bindings:
     6    Date:
     7      type: time.Time
     8      marshaler: "github.com/Khan/genqlient/internal/testutil.MarshalDate"
     9      unmarshaler: "github.com/Khan/genqlient/internal/testutil.UnmarshalDate"