data property

T? data
final

Response data matching the type of the request.

This will be null if there are any GraphQL errors during execution.

Implementation

final T? data;