Package-level declarations

Types

Link copied to clipboard
@Serializable
data class GraphError(val message: String? = null, val path: List<Any>? = null, val locations: List<GraphError.Location>? = null, val extensions: Map<String, Any?>? = null)

GraphQL error representation that is spec compliant.