PostOrderByInput
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / PostOrderByInput
Type Alias: PostOrderByInput
> PostOrderByInput: "commentCount_ASC"
| "commentCount_DESC"
| "createdAt_ASC"
| "createdAt_DESC"
| "id_ASC"
| "id_DESC"
| "imageUrl_ASC"
| "imageUrl_DESC"
| "likeCount_ASC"
| "likeCount_DESC"
| "text_ASC"
| "text_DESC"
| "title_ASC"
| "title_DESC"
| "videoUrl_ASC"
| "videoUrl_DESC"