PaginatedSellerContentRequests
A paginated collection of the seller's content requests.
type PaginatedSellerContentRequests {
collection: [SellerContentRequest!]!
metadata: SellerContentRequestsMetadata!
}
Fields
PaginatedSellerContentRequests.collection ● [SellerContentRequest!]! non-null object
The content requests of the current page.
PaginatedSellerContentRequests.metadata ● SellerContentRequestsMetadata! non-null object
Pagination metadata.
Returned By
sellerContentRequests query