Remove unnecessary fragment parts

This commit is contained in:
Ramon Wenger 2023-08-10 16:17:21 +02:00
parent 3516e539bf
commit 3c7ad2e2f3
1 changed files with 0 additions and 5 deletions

View File

@ -59,12 +59,7 @@ import { graphql } from '@/__generated__';
export const SnapshotListItemFragment = graphql(`
fragment SnapshotListItem on SnapshotNode {
id
title
created
mine
shared
creator
}
`);