fedisearch/application/src/graphql/server/schema/types/StatsQueryInput.ts

11 wiersze
243 B
TypeScript

import { createSortingInput } from './SortingInput'
import { StatsSortingByEnum } from './StatsSortingByEnum'
export const StatsQueryInput = createSortingInput(
'StatsQueryInput',
StatsSortingByEnum,
() => {},
'nodeCount',
'desc'
)