graphql-java - How to use subscriptions with spring boot?

后端 未结 3 1665
青春惊慌失措
青春惊慌失措 2021-02-04 14:16

In a project I use graphql-java and spring boot with a postgreSQL Database. Now I would like to use the subscription feature

3条回答
  •  有刺的猬
    2021-02-04 14:59

    For the record: here is another very nice, compact example that implements GraphQLs essential features queries, mutations and subscriptions: https://github.com/npalm/blog-graphql-spring-service

提交回复
热议问题