https://kotlinlang.org logo
Title
j

Jeremy Beard

02/22/2021, 4:25 PM
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?