TrustedBeneficiaryConnection
Please see the Connection interface
type TrustedBeneficiaryConnection implements Connection {
pageInfo: PageInfo!
edges: [TrustedBeneficiaryEdge!]!
totalCount: Int!
}
Fields
TrustedBeneficiaryConnection.pageInfo
● PageInfo!
non-null object
TrustedBeneficiaryConnection.edges
● [TrustedBeneficiaryEdge!]!
non-null object
TrustedBeneficiaryConnection.totalCount
● Int!
non-null scalar
Interfaces
Connection
interface
Relay Connection type, used to paginate list of element (Learn More)
Member Of
Account
object