jaydenseric / graphql-multipart-request-spec

A spec for GraphQL multipart form requests (file uploads).
993 stars 54 forks source link

How it will use in Android Kotlin? #35

Closed ankurbhut closed 4 years ago

ankurbhut commented 4 years ago

I need to Upload one image in CreateUser Mutation. So how it possible to do that?

dmitry commented 4 years ago

@ankurbhut probably that's what you are looking for: https://github.com/apollographql/apollo-android

ankurbhut commented 4 years ago

@dmitry I have seen that But didn't got any proper function or example for file upload. If you have knowledge of that then please help me.

jaydenseric commented 4 years ago

Other people feel free to answer the question raised in this issue; closing because it’s not something actionable about the spec itself.

ankurbhut commented 4 years ago

If you closed this issue then how other people can answer on it?

jaydenseric commented 4 years ago

how other people can answer on it?

@ankurbhut not following what you mean by that. This issue is not locked — you just made a comment, so other people can answer with comments.

A reminder that at least 16 people are notified via email every time someone makes a comment in this repo, and they are really only interested in actual spec bugs or changes. GitHub issues is not the best place for general conversation or advice.

dmitry commented 4 years ago

@ankurbhut in the github repo I gave you there are a readme, in readme you could find a tutorial for the kotlin: https://www.apollographql.com/docs/android/essentials/get-started-kotlin/