SkillAgentSearch skills...

Graphql Nodejs Newsfeed

Example of a GraphQL Node.js backend for a news feed, built with Hapi and SQLite

Install / Use

npx skills add reindexio/graphql-nodejs-newsfeed

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

graphql-nodejs-newsfeed

Example of graphql nodejs backend with newsfeed, built with hapi and sqlite

Set Up Database

$ sqlite3 db.sqlite3 < scripts/createdb.sql

Run Server

$ npm start

Example Query

$ curl --data "query={ __schema { types { name } } }" localhost:8000

Related Skills

View on GitHub
GitHub Stars126
CategoryData
Updated4mo ago
Forks24

Languages

JavaScript

Security Score

92/100

Audited on Mar 25, 2026

No findings