Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 795 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 795 Bytes

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.