INPUT_OBJECT

CreateTaskLog

link GraphQL Schema definition

1input CreateTaskLog {
4
2# ID of the task which the task long belongs to.
3taskId: ID!
7
5# A file to upload. Use multipart form POST to submit this field.
6file: UploadedFile
8}