GraphQLResponse

constructor(data: GraphQLData<T> = GraphQLData.Absent, errors: List<GraphQLResponseError> = emptyList(), extensions: GraphQLValue.ObjectValue? = null)(source)

Type Parameters

T

The decoded type of the data entry.