Type alias WorkspacePartsFragment
WorkspacePartsFragment: {
__typename: "Workspace";
createdAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
};
createdBy: {
__typename: "MachineUserActor";
machineUserId: string;
} | {
__typename: "SystemActor";
systemId: string;
} | {
__typename: "UserActor";
userId: string;
};
id: string;
isDemoWorkspace: boolean;
name: string;
publicName: string;
updatedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
};
updatedBy: {
__typename: "MachineUserActor";
machineUserId: string;
} | {
__typename: "SystemActor";
systemId: string;
} | {
__typename: "UserActor";
userId: string;
};
}
Type declaration
__typename: "Workspace"
createdAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
}
__typename: "DateTime"
iso8601: string
unixTimestamp: string
createdBy: {
__typename: "MachineUserActor";
machineUserId: string;
} | {
__typename: "SystemActor";
systemId: string;
} | {
__typename: "UserActor";
userId: string;
}
id: string
isDemoWorkspace: boolean
name: string
publicName: string
updatedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
}
__typename: "DateTime"
iso8601: string
unixTimestamp: string
updatedBy: {
__typename: "MachineUserActor";
machineUserId: string;
} | {
__typename: "SystemActor";
systemId: string;
} | {
__typename: "UserActor";
userId: string;
}