Create Reddit Feed
Create Reddit feed to ingest Reddit posts.
Graphlit supports ingesting posts from Reddit subreddits, such as /r/OpenAI.
The createFeed
mutation enables the creation of a feed by accepting the feed name
, type
and reddit
feed parameters and it returns essential details, including the ID, name, state, and type of the newly generated feed.
Currently, Graphlit only supports ingesting the Reddit posts, not the comments on the posts. We plan to add this functionality in future, and continually ingest new comments on posts.
Depending on the specified type
parameter, Graphlit requires the specific feed parameters including the Reddit subredditName
.
Mutation:
Variables:
Response:
Last updated