Type alias DeleteSDConfigMutation
DeleteSDConfigMutation: {
deleteSDConfig?: {
__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 deleteSDConfig?: {
__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