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:
Hongbo Wu
2023-07-11 17:32:10 +08:00
committed by GitHub
8 changed files with 38 additions and 24 deletions

View File

@ -1654,8 +1654,10 @@ type SaveSuccess {
input SaveUrlInput {
clientRequestId: ID!
labels: [CreateLabelInput!]
locale: String
source: String!
state: ArticleSavingRequestStatus
timezone: String
url: String!
}