Shopify / mobile-buy-sdk-android

Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using their credit card.
MIT License
216 stars 136 forks source link

import com.shopify.graphql.support.Input; Does not exist this class #591

Closed GujjuFlutterGuy closed 5 years ago

GujjuFlutterGuy commented 5 years ago

import com.shopify.graphql.support.Input;

This Class Does not exist.

tusharpandey1993 commented 5 years ago

Hi, I was facing the same issue. Thus I added the dependency available here shopify graphql support , But android didn't support the latest version. Then I later added all the required files in my source code ( For example: I added Input.java in my source code https://github.com/Shopify/graphql_java_gen/blob/master/support/src/main/java/com/shopify/graphql/support/Input.java ) This resolved my issue.