UNPKG

graphile-settings

Version:
8 lines (7 loc) 192 B
export let cachedTablesMeta = []; export function getCachedTablesMeta() { return cachedTablesMeta; } export function setCachedTablesMeta(tablesMeta) { cachedTablesMeta = tablesMeta; }