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