Skip to content

graphql live subscriptions with aws appsync and amplify cli

Notifications You must be signed in to change notification settings

neuralline/graphql-aws-appsync

Repository files navigation

AWS-APP-SYNC

Graphql live subscription with aws-amplify and app sync

Screenshot

type Message @model {
  id: ID!
  message: String!
  roomId: String!
}

type Subscription {
onCreateByRoomId(roomId: String!): Message
@aws_subscribe(mutations: ["createMessage"])
}

Distributed under the MIT license. See LICENSE for more information.

Q0.0U0.0A0.0N0.0T0.0U0.0M0 - I0.0N0.0C0.0E0.0P0.0T0.0I0.0O0.0N0.0S0

About

graphql live subscriptions with aws appsync and amplify cli

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published