Searched refs:withErrorHandlingAsync (Results 1 – 3 of 3) sorted by relevance
4 import { graphqlClient, withErrorHandlingAsync } from '../client';8 const data = await withErrorHandlingAsync(
5 import { graphqlClient, withErrorHandlingAsync } from '../client';10 const data = await withErrorHandlingAsync(
76 export async function withErrorHandlingAsync<T>(promise: Promise<OperationResult<T>>): Promise<T> { function