mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 10:52:19 +08:00
Remove obsolete fragment
This commit is contained in:
@@ -1,23 +1,6 @@
|
||||
import {gql} from 'react-apollo';
|
||||
import {add} from 'coral-framework/services/graphqlRegistry';
|
||||
|
||||
const extension = {
|
||||
fragments: {
|
||||
Metrics: gql`
|
||||
fragment CoralAdmin_Metrics on Asset {
|
||||
id
|
||||
title
|
||||
url
|
||||
author
|
||||
created_at
|
||||
commentCount
|
||||
action_summaries {
|
||||
actionCount
|
||||
actionableItemCount
|
||||
}
|
||||
}
|
||||
`,
|
||||
},
|
||||
};
|
||||
|
||||
add(extension);
|
||||
|
||||
Reference in New Issue
Block a user