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

7 wiersze
276 B
TypeScript

import { createSortingInput } from './SortingInput'
import { NodeSortingByEnum } from './NodeSortingByEnum'
export const NodeQueryInput = createSortingInput('NodeQueryInput', NodeSortingByEnum, (t) => {
t.nonNull.string('search', { default: '' })
}, 'refreshedAt', 'desc')