Skip to main content

RssItem

No description

type RssItem {
id: ID!
categories: [String!]!
title: String
link: String
author: String
description: String
imageUrl: String
imageAltTitle: String
date: Date
}

Fields

RssItem.id ● ID! non-null scalar

RssItem.categories ● [String!]! non-null scalar

RssItem.title ● String scalar

RssItem.link ● String scalar

RssItem.author ● String scalar

RssItem.description ● String scalar

RssItem.imageUrl ● String scalar

RssItem.imageAltTitle ● String scalar

RssItem.date ● Date scalar

Returned by

RssItems query