OnLoadedFromGraphQLAPIFailed<DataType, ErrorType> typedef

OnLoadedFromGraphQLAPIFailed<DataType, ErrorType> = Future<Resource<DataType>> Function({dynamic exception, QueryResponse<DataType, ErrorType>? response})

Implementation

typedef OnLoadedFromGraphQLAPIFailed<DataType, ErrorType>
    = Future<Resource<DataType>> Function(
        {dynamic exception, QueryResponse<DataType, ErrorType>? response});