Goal

A goal created by maker.

Fields

cheerCount (Int!)

Number of cheers on the Goal.

completedAt (DateTime)

Identifies the date and time when goal was marked as completed.

createdAt (DateTime!)

Identifies the date and time when goal was created.

current (Boolean!)

Whether the goal is user's current goal or not.

currentUntil (DateTime)

Identifies the date and time until the goal is user's current goal.

dueAt (DateTime)

Identifies the date and time when goal is due.

focusedDuration (Int!)

Total time spent in focus mode in seconds, starts at 0

group (MakerGroup!)

Maker group to which the goal belongs to.

groupId (ID!)

ID of Maker group to which the goal belongs to.

id (ID!)

ID of the goal.

isCheered (Boolean!)

Whether the Viewer has cheered the goal or not.

project (MakerProject)

Maker project to which the goal belongs to.

title (String!)

Title of the goal in plain text

url (String!)

Public URL of the goal.

user (User!)

User who created the goal.

userId (ID!)

ID of User who created the goal.