Skip to main content

AddTaskInput

Autogenerated input type of AddTask

input AddTaskInput {
assigneeId: ID
brandId: ID @deprecated
clientMutationId: String
description: String
dueDate: ISO8601DateTime
priority: TaskPriorityEnum
status: TaskStatusEnum
taskableId: ID!
taskableType: TaskableTypeEnum!
title: String!
}

Fields

AddTaskInput.assigneeId ● ID scalar common

ID of the user to whom the task is assigned

AddTaskInput.brandId ● ID deprecated scalar common

DEPRECATED

This argument will be removed in the future. Brand is becoming a product-only attribute. Use company context instead.

ID of the brand to which the task belongs

AddTaskInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

AddTaskInput.description ● String scalar common

AddTaskInput.dueDate ● ISO8601DateTime scalar common

AddTaskInput.priority ● TaskPriorityEnum enum common

AddTaskInput.status ● TaskStatusEnum enum common

AddTaskInput.taskableId ● ID! non-null scalar common

AddTaskInput.taskableType ● TaskableTypeEnum! non-null enum common

AddTaskInput.title ● String! non-null scalar common

Member Of

taskAdd mutation