LiquidityProviderEdge
Edge type containing the liquidity provider and cursor information
type LiquidityProviderEdge {
node: LiquidityProvider!
cursor: String!
}
Fields
LiquidityProviderEdge.node
● LiquidityProvider!
non-null object
Liquidity provider's information
LiquidityProviderEdge.cursor
● String!
non-null scalar
Cursor for the liquidity provider
Member of
LiquidityProviderConnection
object