habralab / garnet-team

Habr Pet-Projects Battle Contest: Group Activity and Rating Network
https://garnet.pet-project.habr.com
MIT License
10 stars 0 forks source link

#268 Правка уведомлений #269

Closed gfg7 closed 9 months ago

gfg7 commented 9 months ago

query ProjectTeamJoinRequestsByProjectId() {
  notificationsGetListByCurrentUser() {
   notifications {
    body
    title
    linkedEntityId
    id
    userId
    quotedEntities {
      id
      avatarUrl
      quote
    }
   }
  }
}
{
  "data": {
    "notificationsGetListByCurrentUser": {
      "notifications": [
        {
          "body": "Вас пригласили вступить в команду test team 2",
          "title": "Приглашение в команду",
          "linkedEntityId": "654543f6ab07971943521a4b",
          "id": "65677185f57bf9f87bfdcf1a",
          "userId": "system",
          "quotedEntities": [
            {
              "id": "65677185f57bf9f87bfdcf1a",
              "avatarUrl": "",
              "quote": "test team 2"
            }
          ]
        }
      ]
    }
  }
}