Drizzle GraphQL bug with SQLite JSON (Turso)
Hey, just found that it doesn't "decode/extract" the JSON when we have
I'm using GraphQL Yoga to check the seeded data, and it shows that column as plain string, not extracted json. Probably bug in your graphql resolvers.
Or this is intentional? I don't see why would it tho.
text({ mode: 'json' }).$type<{ [key: 0x${string}]: number }>().default({})I'm using GraphQL Yoga to check the seeded data, and it shows that column as plain string, not extracted json. Probably bug in your graphql resolvers.
Or this is intentional? I don't see why would it tho.

