-
Notifications
You must be signed in to change notification settings - Fork 749
File uploads #114
Copy link
Copy link
Closed
Labels
enhancementIssues outlining new things we want to do or things that will make our lives as devs easierIssues outlining new things we want to do or things that will make our lives as devs easier
Milestone
Metadata
Metadata
Assignees
Labels
enhancementIssues outlining new things we want to do or things that will make our lives as devs easierIssues outlining new things we want to do or things that will make our lives as devs easier
I'm adding support for uploading files within the client. Is there any interest in a PR to add it into the project?
Since the GraphQL spec does not mention file uploads, I'm considering just adding another function to the client that accepts [String: GraphQLFile] with GraphQLFile having the mime type/file data.
Any other suggestions are welcome.