Ideally, you can add the GraphQL non-nullable and other logic within fastJson JSON generator. That way, you only create the JSON once, instead of creating it, parsing it, and then re-creating it.
2 Likes
Ideally, you can add the GraphQL non-nullable and other logic within fastJson JSON generator. That way, you only create the JSON once, instead of creating it, parsing it, and then re-creating it.