LegalAgreementsListPayload
Paginated results that can be displayed in a list.
type LegalAgreementsListPayload {
legalAgreements: [LegalAgreementsListResults!]!
pageInfo: PageInfo!
}
Fields
LegalAgreementsListPayload.legalAgreements ● [LegalAgreementsListResults!]! non-null object
The agreements contained within this page of results.
LegalAgreementsListPayload.pageInfo ● PageInfo! non-null object
Pagination information about the list.