LandingPagesResponse
No description
type LandingPagesResponse {
paginatorInfo: PaginatorInfo!
data: [LandingPage!]!
}
Fields
LandingPagesResponse.paginatorInfo ● PaginatorInfo! non-null object
LandingPagesResponse.data ● [LandingPage!]! non-null object
Returned By
landingPages query


