Datasaur APIs
How to Call the API in a Nutshell
{ "operationName": "...could be anything, you name it...", "variables": {}, "query": "...use the API docs example and stringify it..." }
{ "operations": { /* fill with GraphQL request above */ }, "map": { /* each file upload below to the correspoding attributes */ "fileTest1": ["variables.input.documents.0.file"] }, "fileTest1": "@example.json" // absolute path to the file }
Last updated