jeggy
05/31/2022, 7:38 PMitzik kasovitch
06/20/2022, 2:19 PMFailed to coerce exception. So the input type would be:
sealed class Base {
data class Leaf(val prop: Int): Base()
data class Composite(val prop: List<Base>): Base()
}
I tried different kind of kotlinx.serialization annotations to make it work but it seems like behind the scenes it failed since Jackson is used. Also when I try to use the base as an inputType I get an error that it doesn't have any fields. I also tried to use the derived classes as inputType. Without success.
Last, in the examples I can only see something which returns a unionType (not something the accepts a unionType).itzik kasovitch
06/27/2022, 7:38 PMitzik kasovitch
06/28/2022, 9:44 AMjeggy
06/28/2022, 9:45 AMjeggy
06/28/2022, 9:46 AMgraphql multiple times, to create multiple graphql endpoints, or multiple for require authentication and not authenticationitzik kasovitch
06/28/2022, 9:48 AMitzik kasovitch
06/28/2022, 9:49 AMjeggy
06/28/2022, 9:50 AMjeggy
06/28/2022, 9:50 AMjeggy
06/28/2022, 9:55 AMitzik kasovitch
06/28/2022, 9:56 AMjeggy
06/28/2022, 10:07 AMmaaxgr
07/17/2022, 1:43 PMWyatt Kennedy
08/19/2022, 11:30 PMRichard Prince
11/22/2022, 9:41 AMNahuel Ourthe
12/01/2022, 11:40 PMLukáš Kúšik
12/31/2022, 10:16 AMwrapErrors in GraphQL.Configuration) but also log them into the console at the same time (behaviour with wrapErrors set to false)?Andres
01/13/2023, 2:00 PMNahuel Ourthe
01/17/2023, 12:01 AM0.18.1 of kgraphql, I have to downgrade to 0.18.0 to use it.Tiago Nunes
02/06/2023, 6:11 PMTiago Nunes
02/07/2023, 5:32 PMMazhar Ibna Zahur
02/26/2023, 9:44 AMdata class GraphQLResponse(
val data: String? = null,
val errors: List<Error>? = null,
val extensions: Map<String, Any>? = null
)Ilya Nothen
02/26/2023, 11:47 AMAndres
03/14/2023, 4:44 PMAndres
03/21/2023, 7:52 PMabu naser
12/01/2024, 9:46 PMRichard Prince
03/26/2025, 3:42 PMstuebingerb
09/29/2025, 9:33 AMstuebingerb
09/29/2025, 9:34 AM