description: 'Expired state of the milestone (a milestone is expired when the due date is past the current date).'
description: 'Expired state of the milestone (a milestone is expired when the due date is past the current date). Defaults to `false` when due date has not been set.'
| <aid="milestonecreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of milestone creation. |
| <aid="milestonedescription"></a>`description` | [`String`](#string) | Description of the milestone. |
| <aid="milestoneduedate"></a>`dueDate` | [`Time`](#time) | Timestamp of the milestone due date. |
| <aid="milestoneexpired"></a>`expired` | [`Boolean!`](#boolean) | Expired state of the milestone (a milestone is expired when the due date is past the current date). |
| <aid="milestoneexpired"></a>`expired` | [`Boolean!`](#boolean) | Expired state of the milestone (a milestone is expired when the due date is past the current date). Defaults to `false` when due date has not been set. |
| <aid="milestonegroupmilestone"></a>`groupMilestone` | [`Boolean!`](#boolean) | Indicates if milestone is at group level. |
| <aid="milestoneid"></a>`id` | [`ID!`](#id) | ID of the milestone. |
| <aid="milestoneiid"></a>`iid` | [`ID!`](#id) | Internal ID of the milestone. |