Remove obsolete fragment

This commit is contained in:
Chi Vinh Le
2017-05-24 23:22:03 +07:00
parent a3755b7505
commit d9ee215d66
-17
View File
@@ -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);