GoalCreateInput
Autogenerated input type of GoalCreate
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 Goal never due.
groupId (
ID
)
ID of the MakerGroup(space) to set on the Goal. 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.