interface PoolEdge {
    cursor: string;
    node: PoolNode;
}

Properties

Properties

cursor: string
node: PoolNode