INPUT_OBJECT

CreateTaskOptionsInput

link GraphQL Schema definition

1input CreateTaskOptionsInput {
6
2# The ID of the company that the question should be associated with.
3# Can be provided only when the requestor has permissions to create questions for
4# other companies
5companyId: ID
7}

link Required by