OBJECT
The connection type for Trust.
type TrustConnection {# A list of edges.edges: [TrustEdge] # A list of nodes.nodes: [Trust] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }