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