OBJECT
PaginatableTestimonialsOrion
link GraphQL Schema definition
- type PaginatableTestimonialsOrion {
- # Number of total items
- : Int!
- # Current page
- : Int!
- # Items per page
- : Int!
- # Paginated TestimonialOrions
- : [TestimonialOrion]!
- }
OBJECT
- type PaginatableTestimonialsOrion {
- # Number of total items
- : Int!
- # Current page
- : Int!
- # Items per page
- : Int!
- # Paginated TestimonialOrions
- : [TestimonialOrion]!
- }