This commit is contained in:
@@ -107,13 +107,6 @@ type Shout {
|
||||
stat: Stat
|
||||
score: Float
|
||||
}
|
||||
|
||||
type PublicationInfo {
|
||||
id: Int!
|
||||
slug: String!
|
||||
published_at: Int
|
||||
}
|
||||
|
||||
type Draft {
|
||||
id: Int!
|
||||
created_at: Int!
|
||||
@@ -138,7 +131,7 @@ type Draft {
|
||||
deleted_by: Author
|
||||
authors: [Author]!
|
||||
topics: [Topic]!
|
||||
publication: PublicationInfo
|
||||
shout: Shout
|
||||
}
|
||||
|
||||
type Stat {
|
||||
|
||||
Reference in New Issue
Block a user