Skip to content

Minimal example to show how to connect apollo graphql subscription to feathers services

License

Notifications You must be signed in to change notification settings

hanpama/feathers-graphql-subscription

Repository files navigation

apollo-feathers

Feathers example with apollo graphql subscription

Minimal example to show how to connect apollo graphql subscription to feathers services.

screenshot

mutation {
  createMessage(text: "New Message!") {
    text
  }
}
subscription {
  messageCreated {
    text
  }
}

About

Minimal example to show how to connect apollo graphql subscription to feathers services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages