Types > TaskCreate
Commerce APITypesTaskCreate
TaskCreate

Description

Topic: Tasks

Fields

lines: Int!

Total amount of lines submitted

Example: 0

Valid when: lines is a positive integer


path: String

Path where the resulting file is stored

Example: "hello/123.txt"

Valid when: path is not empty

Valid when: path's length doesn't exceed 250 characters


result_name: String

Name of the result

Example: "customers"

Valid when: result_name's length doesn't exceed 250 characters


type: TaskType!

Type of the task


Used By

Mutations

tasksCreate

Preview (typescript)

Loading module