fedisearch/application/src/graphql/common/queries/listNodes.ts

8 wiersze
211 B
TypeScript

import { PagingInputType } from '../types/PagingInput'
import { NodeQueryInputType } from '../types/NodeQueryInput'
export interface ListNodesVariables {
paging: PagingInputType
query: NodeQueryInputType
}