fetch

suspend fun fetch(queryInput: TInput, onSuccess: suspend (TData) -> Unit? = null, onError: suspend (TError) -> Unit? = null)