Closed
Description
Basically as of now if a sql column is JSONString/JSONType, is it possible to also have schema for this column ? i.e. as of now when I do mutation for a field which requires json string, From client side I cannot do any validation. As I need to send it to Server for validation.
Wondering how can one have a graphql schema even for fields ? if its even possible ?