Skip to main content

goal

Goal entered in fact find

GraphQL Schema

extend type query {
"""Goal entered in fact find"""
goal(userId: ID!, goalId: UUID!): Goal
}

Arguments

NameTypeDescription
userIdID!Unique ID of the user
goalIdUUID!

Response Shape

This query returns Goal

NameTypeDescription
idUUID!Unique ID of the object
userIdID!Unique ID of the user
priorityInt
owners[Person]!
nameString
targetDateDate
valueToSaveMoney
goalTypeGoalType
goalDataGoalData