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

7 wiersze
126 B
TypeScript

import { enumType } from 'nexus'
export const FeedType = enumType({
name: 'FeedType',
members: ['account', 'channel']
})