Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 511 Bytes

subscription-example

An example project showing how to use graphql.Subscribe with GraphQL Playground.

Getting Started

To run the example:

go run main.go

Output:

(subscription-example)-> go run main.go
2021/07/24 18:37:57 GraphQL Server running on [POST]: localhost:8081/graphql
2021/07/24 18:37:57 GraphQL Playground running on [GET]: localhost:8081/graphql

Demo:

demo