From d9ee215d666ada486b69fd7e214da28fc9fd6a34 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Wed, 24 May 2017 23:22:03 +0700 Subject: [PATCH] Remove obsolete fragment --- client/coral-admin/src/graphql/index.js | 17 ----------------- 1 file changed, 17 deletions(-) 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);