jimtsao
Results
2
comments of
jimtsao
Just set mine up today. Still works for me.
If you look at the [time file](https://github.com/neelance/graphql-go/blob/e90d10895bd124a6519d08e4c18fa49a4f592b5f/time.go), it shows how to implement your own scalar type. Basically need to implement `func (_ customType) ImplementsGraphQLType(name string) bool` `func (c *custoType) UnmarshalGraphQL(input...