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

HttpDestination

export type HttpDestination = ExtensionDestination & {
    __typename?: 'HttpDestination';
    type: Scalars['String'];
    url: Scalars['String'];
    authentication?: Maybe<HttpDestinationAuthentication>;
};

Referenced Types

On this page