GraphContainer
data class GraphContainer<T>(val data: T? = null, val errors: List<GraphError>? = null, val extensions: Map<Any, Any>? = null)(source)
GraphQL response that is spec complaint.
See also
Functions
Link copied to clipboard
Returns the non-null GraphContainer.data or throws GraphQLResponseException if the response contains errors.