From a184a208798fa30e2244f301df5f0e4c78ae3fd5 Mon Sep 17 00:00:00 2001 From: Sergey Nebolsin Date: Sat, 6 Apr 2019 00:09:23 +0300 Subject: [PATCH] Fix bad merge (duplicated types) --- src/schema/accounts.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/schema/accounts.ts b/src/schema/accounts.ts index 4976af2f..b34b341b 100644 --- a/src/schema/accounts.ts +++ b/src/schema/accounts.ts @@ -44,17 +44,6 @@ export const typeDefs = gql` effects(first: Int, after: String, last: Int, before: String): EffectConnection } - type OperationConnection { - pageInfo: PageInfo! - nodes: [Operation] - edges: [OperationEdge] - } - - type OperationEdge { - cursor: String! - node: Operation - } - type AccountValues implements IAccount { id: AccountID! sequenceNumber: String!