1.0.0 • Published 5 years ago

patchql-graphql v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

Patchwork GraphQL Schema

npm version

GraphQL schema for Secure Scuttlebot, meant to be used as a plugin with open-app-graphql-server. You can also add it to your existing schema using schema stitching.

Usage

Install it with npm i -S ssb-graphql-patchwork and use it with your GraphQL server, or use it as a plugin with the open-app-graphql-server.

API

Subscription

messages

messagesByType ({ type: String })

Retrieve messages with a given type, ordered by receive-time.