create an integration handler for syncing with readwise
This commit is contained in:
@ -2376,6 +2376,7 @@ export type SetIntegrationInput = {
|
||||
enabled: Scalars['Boolean'];
|
||||
id?: InputMaybe<Scalars['ID']>;
|
||||
name: Scalars['String'];
|
||||
syncedAt?: InputMaybe<Scalars['Date']>;
|
||||
token: Scalars['String'];
|
||||
type?: InputMaybe<IntegrationType>;
|
||||
};
|
||||
|
||||
@ -1835,6 +1835,7 @@ input SetIntegrationInput {
|
||||
enabled: Boolean!
|
||||
id: ID
|
||||
name: String!
|
||||
syncedAt: Date
|
||||
token: String!
|
||||
type: IntegrationType
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user