Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

SubscriptionDraft

export type SubscriptionDraft = {
    key?: InputMaybe<Scalars['String']>;
    destination: DestinationInput;
    messages?: InputMaybe<Array<MessageSubscriptionInput>>;
    changes?: InputMaybe<Array<ChangeSubscriptionInput>>;
    format?: InputMaybe<SubscriptionFormatInput>;
};

Referenced Types

On this page