I have a query with a required argument that is de...
# graphql-kotlin
j
I have a query with a required argument that is defined by a data class which has some optional non-nullable properties (i.e. has default values), however those optional properties are generated in the schema as required. Is there a way for those data class properties to become optional in the query schema without making them nullable, so that I can leave them out of my queries?