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