Merge pull request #2478 from omnivore-app/fix/puppeteer-timezone
add optional locale and timezone to saveUrl request for puppeteer to use
This commit is contained in:
@ -1654,8 +1654,10 @@ type SaveSuccess {
|
||||
input SaveUrlInput {
|
||||
clientRequestId: ID!
|
||||
labels: [CreateLabelInput!]
|
||||
locale: String
|
||||
source: String!
|
||||
state: ArticleSavingRequestStatus
|
||||
timezone: String
|
||||
url: String!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user