Skip to content

Commit

Permalink
Fix bad merge (duplicated types)
Browse files Browse the repository at this point in the history
  • Loading branch information
nebolsin committed Apr 5, 2019
1 parent 6b3d689 commit a184a20
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/schema/accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit a184a20

Please sign in to comment.