Vsevolod Kaganovych
05/26/2022, 10:39 AMtype
value. But apollo-kotlin generates the type
field inside the companion object and inserts it in knownValues()
. Is there a way to avoid/ignore it, cause the project doesn't compile in this case? Version - 3.3.0mbonnin
05/26/2022, 12:48 PMsealedClassesForEnumsMatching.set(listOf("ListCars.*"))
and use 'rawValue' to check 'type'Vsevolod Kaganovych
05/26/2022, 1:28 PMmbonnin
05/26/2022, 1:57 PMVsevolod Kaganovych
05/26/2022, 6:34 PMmbonnin
05/26/2022, 6:39 PMVsevolod Kaganovych
05/26/2022, 7:57 PMschema.graphql
. And if I remove something from there then everything breaks.bod
05/27/2022, 8:10 AMtype
value from the specified ListCarsSortingFields
enum in the schema, it will be as if this value doesn't exist and the codegen won't include itVsevolod Kaganovych
05/27/2022, 9:31 AM