Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hat-server",
"version": "3.0.3",
"version": "3.0.4",
"description": "Head App Template - server",
"license": "MIT",
"repository": {},
Expand Down
10 changes: 10 additions & 0 deletions src/server/BootServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,9 @@ export class BootServer {
}
category {
id
data {
name
}
}
id
}
Expand All @@ -461,6 +464,13 @@ export class BootServer {
...on Story {
id,
title,
leads {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

napewno to mialismy tutaj pobierac?

title
role {
name
code
}
},
mainPublicationPoint {
id
},
Expand Down