graphql-hooks
Version:
13 lines (12 loc) • 491 B
TypeScript
/**
* Checks values of refetchAfterMutations public option and maps them to an object
* @typedef {import('../index').RefetchAferMutationsData} RefetchAferMutationsData
*
* @param {RefetchAferMutationsData} refetchAfterMutations
* @returns {object}
*/
export default function createRefetchMutationsMap(refetchAfterMutations: any): object;
/**
* Checks values of refetchAfterMutations public option and maps them to an object
*/
export type RefetchAferMutationsData = any;