Nahuel Ourthe
12/01/2022, 11:40 PMNahuel Ourthe
12/01/2022, 11:43 PMmutation("bookAppointment") {
resolver {
day: LocalDate,
player: Player,
->
return@resolver "It worked!"
}
}
data class Player (
val id: String?,
)
error:
{
"error": "Introspection must provide output type for fields, but received: Player!."
}
Nahuel Ourthe
12/02/2022, 1:04 AM