Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Nov 29, 2023
1 parent 6c6db99 commit e23ec9f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/pool/pool.gql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ extend type Query {
poolGetSwaps(first: Int, skip: Int, where: GqlPoolSwapFilter): [GqlPoolSwap!]!
poolGetBatchSwaps(first: Int, skip: Int, where: GqlPoolSwapFilter): [GqlPoolBatchSwap!]!
poolGetJoinExits(first: Int, skip: Int, where: GqlPoolJoinExitFilter): [GqlPoolJoinExit!]!
poolGetUserSwapVolume(first: Int, skip: Int, where: GqlUserSwapVolumeFilter): [GqlPoolUserSwapVolume!]!
poolGetFeaturedPoolGroups(chains: [GqlChain!]!): [GqlPoolFeaturedPoolGroup!]!
poolGetSnapshots(id: String!, chain: GqlChain, range: GqlPoolSnapshotDataRange!): [GqlPoolSnapshot!]!
poolGetAllPoolsSnapshots(chains: [GqlChain!], range: GqlPoolSnapshotDataRange!): [GqlPoolSnapshot!]!
Expand Down Expand Up @@ -94,13 +93,6 @@ enum GqlPoolMinimalType {
FX
}

type GqlFeaturedPool {
id: ID!
primary: Boolean!
imageUrl: String!
pool: GqlPoolMinimal!
}

interface GqlPoolBase {
#fields that never change after creation
id: ID!
Expand Down

0 comments on commit e23ec9f

Please sign in to comment.