Retrieve a list of available account cover pages returning the ID to use in other Queries and Mutations as well as a thumbnail, orientation and pagesize.
Note: You can also use pagination as part of this query.
query coverpages {
coverpageList {
id
thumbnail
landscape
pageSize
}
}