TrustedBeneficiaryEdge
Please see the Edge interface
type TrustedBeneficiaryEdge implements Edge {
node: TrustedBeneficiary!
cursor: String!
}
Fields
TrustedBeneficiaryEdge.node
● TrustedBeneficiary!
non-null interface
TrustedBeneficiaryEdge.cursor
● String!
non-null scalar
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.
Member Of
TrustedBeneficiaryConnection
object