Skip to content

Application Queries

Omkar Prabhu edited this page Nov 2, 2019 · 2 revisions

Home

query {
  version {
    comics {
      about
      link
      logo
      name
    }
  }
}

Feed

query {
  feed(name: xkcd, limit: 10, offset: 0) {
    id
    title
    description
    imageURL
    published
    link
  }
}

Note: name argument is an ENUM with following options

  • xkcd
  • phdcomic
Clone this wiki locally