GoalUpdateInput
Autogenerated input type of GoalUpdate
Input Fields
clientMutationId (
String)
A unique identifier for the client performing the mutation.
dueAt (
DateTime)
Set the date and time when the Goal is due in future. Pass null to make the Goal never due.
goalId (
ID!)
ID of the Goal to update.
groupId (
ID)
ID of the MakerGroup(space) to set on the Goal. Cannot be null. Viewer should be accepted member of the MakerGroup.
projectId (
ID)
ID of the MakerProject
title (
String)
Set the title of the Goal. Accepts a non empty string. Maximum length is 80 characters.