OnGraphQLAPIErrorManagement<DataType, ErrorType> typedef

OnGraphQLAPIErrorManagement<DataType, ErrorType> = Future<Resource<DataType>> Function(Resource<DataType>? resource, {QueryResponse<DataType, ErrorType>? response})

Implementation

typedef OnGraphQLAPIErrorManagement<DataType, ErrorType>
    = Future<Resource<DataType>> Function(Resource<DataType>? resource,
        {QueryResponse<DataType, ErrorType>? response});