Type alias GatsbyCloudIntegration

GatsbyCloudIntegration: IIntegration & {
    __typename?: "GatsbyCloudIntegration";
    buildWebhookURL: Scalars["String"];
    createdAt: Scalars["DateTime"];
    description?: Maybe<Scalars["String"]>;
    displayName?: Maybe<Scalars["String"]>;
    id: Scalars["ID"];
    previewURL: Scalars["String"];
    previewWebhookURL: Scalars["String"];
    productionURL: Scalars["String"];
    sitePrefix: Scalars["String"];
    siteURL: Scalars["String"];
    updatedAt: Scalars["DateTime"];
}

Generated using TypeDoc