patchql-graphql
v1.0.0
Published
Rust PatchQL for Open App GraphQL Server
Downloads
6
Readme
Patchwork GraphQL Schema
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.