Merge branch 'dev' into staging
All checks were successful
Deploy on push / deploy (push) Successful in 1m28s
All checks were successful
Deploy on push / deploy (push) Successful in 1m28s
This commit is contained in:
@@ -92,12 +92,14 @@ input LoadShoutsOptions {
|
||||
|
||||
input ReactionBy {
|
||||
shout: String
|
||||
shout_id: Int
|
||||
shouts: [String]
|
||||
search: String
|
||||
kinds: [ReactionKind]
|
||||
reply_to: Int # filter
|
||||
topic: String
|
||||
created_by: Int
|
||||
author_id: Int
|
||||
author: String
|
||||
after: Int
|
||||
sort: ReactionSort # sort
|
||||
|
@@ -107,6 +107,12 @@ type Shout {
|
||||
score: Float
|
||||
}
|
||||
|
||||
type PublicationInfo {
|
||||
id: Int!
|
||||
slug: String!
|
||||
published_at: Int
|
||||
}
|
||||
|
||||
type Draft {
|
||||
id: Int!
|
||||
created_at: Int!
|
||||
@@ -129,9 +135,9 @@ type Draft {
|
||||
deleted_at: Int
|
||||
updated_by: Author
|
||||
deleted_by: Author
|
||||
authors: [Author]
|
||||
topics: [Topic]
|
||||
|
||||
authors: [Author]!
|
||||
topics: [Topic]!
|
||||
publication: PublicationInfo
|
||||
}
|
||||
|
||||
type Stat {
|
||||
|
Reference in New Issue
Block a user