AccountEdge
Edge type containing the account and cursor information returned by an AccountsConnection
type AccountEdge {
node: AccountBalance!
cursor: String!
}
Fields
AccountEdge.node ● AccountBalance! non-null object
The account
AccountEdge.cursor ● String! non-null scalar
Cursor identifying the account
Member of
AccountsConnection object