Package-level declarations

Types

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

GraphQL error representation that is spec complaint