CreditLimitSettingsRequestEdge
Implements the Relay Edge interface
type CreditLimitSettingsRequestEdge implements Edge {
cursor: String!
node: CreditLimitSettingsRequest!
}
Fields
CreditLimitSettingsRequestEdge.cursor
● String!
non-null scalar
Opaque identifier pointing to this node in the pagination mechanism
CreditLimitSettingsRequestEdge.node
● CreditLimitSettingsRequest!
non-null object
The Repayment Cycle entry
Interfaces
Edge
interface
Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.