GoalType
No description
type GoalType {
id: ID
acceptance: GoalAcceptance
label: String
localizedNames: Localized
timeCreated: Timestamp!
timeLastEdited: Timestamp!
}
No description
type GoalType {
id: ID
acceptance: GoalAcceptance
label: String
localizedNames: Localized
timeCreated: Timestamp!
timeLastEdited: Timestamp!
}
GoalType.id ● ID scalarGoalType.acceptance ● GoalAcceptance enumGoalType.label ● String scalarGoalType.localizedNames ● Localized objectGoalType.timeCreated ● Timestamp! non-null scalarGoalType.timeLastEdited ● Timestamp! non-null scalar