Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README docs with kotlin code [compatible with 7.0.0] #681

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ibrahimAlii
Copy link

I found a lot of changes happened to the SDK, BUT not reflected on DOCS.

I added some kotlin code using latest version 7.0.0...

If that useful for the project let me know and I will try to doc the remaining parts.

Thank you.

}
```


GraphQL specifies two types of operations: queries and mutations. The `GraphClient` exposes these as two type-safe operations, while also offering some conveniences for retrying and polling in each.

### Queries [⤴](#table-of-contents)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am facing this issue when use above code to create graphClient

java.lang.NoSuchMethodError: No static method create(Lokhttp3/internal/io/FileSystem;Ljava/io/File;IIJ)Lokhttp3/internal/cache/DiskLruCache; in class Lokhttp3/internal/cache/DiskLruCache; or its super classes (declaration of 'okhttp3.internal.cache.DiskLruCache' appears in /data/app/com.ganesh.shopify_test-wt4PKIJFzZqPmil4mqs4-w==/base.apk)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants