UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

7 lines (6 loc) 287 B
import { fetchRolesTree as _fetchRolesTree } from '@directus/utils/node'; import { withCache } from '../utils/with-cache.js'; /** * Fetches the roles tree starting from a specific role. */ export const fetchRolesTree = withCache('roles-tree', _fetchRolesTree, (start) => ({ start }));