Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.03 KB

File metadata and controls

16 lines (13 loc) · 1.03 KB

Shopify Client Spring

I needed to make shopify client in spring for my private project and couldnt find any examples on the internet , struggled a lot and finally made one . Sharing it because there might be some other people looking for one like I used to . This project uses https://github.com/graphql-java-generator to generate boilerplate code just from .graphqls file.Got my .graphqls by exporting SDL from Altair . Had to define some custom scalars in pom as well .

How to use it?