ListCardsPayload
List of active cards
type ListCardsPayload {
pageInfo: PageInfo!
results: [ListCardsResults!]!
}
Fields
ListCardsPayload.pageInfo
● PageInfo!
non-null object
Pagination information about the list.
ListCardsPayload.results
● [ListCardsResults!]!
non-null object
Returned by
listCards
query