Remove unnecessary fragment parts
This commit is contained in:
parent
3516e539bf
commit
3c7ad2e2f3
|
|
@ -59,12 +59,7 @@ import { graphql } from '@/__generated__';
|
||||||
|
|
||||||
export const SnapshotListItemFragment = graphql(`
|
export const SnapshotListItemFragment = graphql(`
|
||||||
fragment SnapshotListItem on SnapshotNode {
|
fragment SnapshotListItem on SnapshotNode {
|
||||||
id
|
|
||||||
title
|
|
||||||
created
|
|
||||||
mine
|
|
||||||
shared
|
shared
|
||||||
creator
|
|
||||||
}
|
}
|
||||||
`);
|
`);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue