GraphQL Java client for Spring Boot

前端 未结 1 2008
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-12 20:09

I need to call GraphQL API (Shopify Storefront API) from my Spring Boot app and I can`t find any source where described which libraries I can use for that. Can you suggest l

相关标签:
1条回答
  • 2021-01-12 20:25

    You could use Apollo Android, which the documentation says is not just for Android, but any Java/Kotlin application.

    You could also just go old-school and use HTTP POSTS from Spring and handle the response yourself (but you would lose type-safety features).

    0 讨论(0)
提交回复
热议问题