micro/packages/web/src/containers/file-list/cards/card.graphql

30 lines
279 B
GraphQL

fragment PasteCard on Paste {
id
title
encrypted
burn
type
createdAt
expiresAt
urls {
view
}
}
fragment FileCard on File {
id
type
displayName
sizeFormatted
thumbnail {
width
height
}
paths {
thumbnail
}
urls {
view
}
}