Skip to content

graphql-go/subscription-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Subscription example using GraphQL Playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages