Type alias DeleteGeneratorMutation
DeleteGeneratorMutation: {
deleteGenerator?: {
__typename: "Generator";
createdAt?: string | null;
description?: string | null;
graph?: string | null;
name?: string | null;
updatedAt?: string | null;
urn?: string | null;
} | null;
}
Type declaration
-
Optional deleteGenerator?: {
__typename: "Generator";
createdAt?: string | null;
description?: string | null;
graph?: string | null;
name?: string | null;
updatedAt?: string | null;
urn?: string | null;
} | null