diff --git a/client/coral-admin/src/graphql/index.js b/client/coral-admin/src/graphql/index.js index b3dcae2f0..4cc602fc9 100644 --- a/client/coral-admin/src/graphql/index.js +++ b/client/coral-admin/src/graphql/index.js @@ -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);