Type alias CreateSDConfigMutation

CreateSDConfigMutation: {
    createSDConfig?: {
        __typename: "SDConfig";
        config?: string | null;
        createdAt: string;
        default?: boolean | null;
        functions?: string | null;
        name: string;
        projectUrn: string;
        themeOptions?: string | null;
        updatedAt: string;
        urn: string;
    } | null;
}

Type declaration

  • Optional createSDConfig?: {
        __typename: "SDConfig";
        config?: string | null;
        createdAt: string;
        default?: boolean | null;
        functions?: string | null;
        name: string;
        projectUrn: string;
        themeOptions?: string | null;
        updatedAt: string;
        urn: string;
    } | null

Generated using TypeDoc