Using the drizzle-graphql with custom defined types.

I'm trying to use drizzle-graphql but, it's breaking with this error:
Error: Drizzle-GraphQL Error: Type custom is not implemented!

I have a couple of custom column types like timerange but, it seems like it's breaking the library.

Is there a way I can define custom behavior for these custom types to make it work?

P.S.
Didn't find a drizzle-graphql tag.
Was this page helpful?