import "github.com/99designs/gqlgen/codegen/config/testdata/autobinding/scalars/model"
model.go
type Banned bool
func (b Banned) MarshalGQL(w io.Writer)
func (b *Banned) UnmarshalGQL(v interface{}) error