discovery-connect 1.0.1

Library to upload data to RetinAI Discovery via the public API.
Documentation
1
2
3
4
5
6
mutation CreateFile($input: CreateFileInput!) {
  createFile(input: $input) {
    uuid
    signedUploadUrl
  }
}