create an integration handler for syncing with readwise

This commit is contained in:
Hongbo Wu
2023-10-26 18:38:39 +08:00
parent 47f67c237d
commit 5edba30e23
17 changed files with 699 additions and 0 deletions

View File

@ -1835,6 +1835,7 @@ input SetIntegrationInput {
enabled: Boolean!
id: ID
name: String!
syncedAt: Date
token: String!
type: IntegrationType
}