Skip to main content

Queues

No description

type Queues {
mailer: Queue!
scraper: Queue!
notifier: Queue!
webhook: Queue!
rejector: Queue!
unarchiver: Queue!
}

Fields

Queues.mailer ● Queue! non-null object

mailer is the Queue associated with the Mailer queue.

Queues.scraper ● Queue! non-null object

scraper is the Queue associated with the Scraper queue.

Queues.notifier ● Queue! non-null object

notifier is the Queue associated with the Notifier queue.

Queues.webhook ● Queue! non-null object

webhook is the Queue associated with the Webhook queue.

Queues.rejector ● Queue! non-null object

rejector is the Queue associated with the Rejector queue.

Queues.unarchiver ● Queue! non-null object

unarchiver is the Queue associated with unarchiving stories.

Returned by

queues query