OBJECT

GetArticlesResponse

link GraphQL Schema definition

  • type GetArticlesResponse {
  • total: Int!
  • skip: Int!
  • limit: Int!
  • items: [Article!]!
  • }