type Project @key(fields: "projectId") {
    marketingPriority: ProjectMarketingPriority!
    projectId: Int
}
