• Selva

    (@selvamsubramanyam)


    Hi,
    We have written the below query to get a list of articles that are custom post types. Here I need help to add limits and pagination query.

    query MyQuery {
      Articles {
        edges {
          node {
            id
            title
          }
        }
      }
    }
    • This topic was modified 3 years, 9 months ago by Selva.
  • The topic ‘How can I write a Query for pagination(for custom post type and taxonomies)’ is closed to new replies.