DepositAndFeeRulesEdge
An edge in a connection.
type DepositAndFeeRulesEdge {
cursor: String!
node: DepositAndFeeRule
}
Fields
DepositAndFeeRulesEdge.cursor
● String!
non-null scalar
A cursor for use in pagination.
DepositAndFeeRulesEdge.node
● DepositAndFeeRule
object
The item at the end of the edge.
Member Of
DepositAndFeeRulesConnection
object