diff --git a/client/src/components/modules/SnapshotListItem.vue b/client/src/components/modules/SnapshotListItem.vue index 4ffd6e70..55e25db2 100644 --- a/client/src/components/modules/SnapshotListItem.vue +++ b/client/src/components/modules/SnapshotListItem.vue @@ -59,12 +59,7 @@ import { graphql } from '@/__generated__'; export const SnapshotListItemFragment = graphql(` fragment SnapshotListItem on SnapshotNode { - id - title - created - mine shared - creator } `);