INPUT_OBJECT
TaskMutationInput
The input object that defines the fields for the createTask mutation.
link GraphQL Schema definition
- input TaskMutationInput {
- # The task to be performed.
- Text! :
- # The ID of a User.
- Int64Bit :
- # The date on which the task is due.
- Date :
- # How this task gets marked as completed.
- TaskCompletionType! :
- # The type of entity that completes this task.
- CompletableType :
- # The ID of the entity that completes or completed this task.
- Int64Bit :
- }
link Require by
- CreateAccountMutationInputThe input object that defines the fields for the createAccount mutation.
- CreateInternalTicketMutationInputThe input object that defines the fields for the createInternalTicket mutation.
- CreateJobMutationInputThe input object that defines the fields for the createJob mutation.
- CreateNetworkSiteMutationInputThe input object that defines the fields for the createNetworkSite mutation.
- CreatePublicTicketMutationInputThe input object that defines the fields for the createPublicTicket mutation.
- UpdateAccountActivationDateMutationInputThe input object that defines the fields for the updateAccountActivationDate mutation.
- UpdateAccountMutationInputThe input object that defines the fields for the updateAccount mutation.
- UpdateInventoryItemFieldsMutationInputThe input object that defines the fields for the updateInventoryItemFields mutation.
- UpdateInventoryItemsMutationInputThe input object that defines the fields for the updateInventoryItems mutation.
- UpdateInventoryItemStatusMutationInputThe input object that defines the fields for the updateInventoryItemStatus mutation.
- UpdateJobMutationInputThe input object that defines the fields for the updateJob mutation.
- UpdateNetworkSiteMutationInputThe input object that defines the fields for the updateNetworkSite mutation.
- UpdateTicketMutationInputThe input object that defines the fields for the updateTicket mutation.