Type alias ChatPartsFragment
ChatPartsFragment: {
__typename?: "Chat";
attachments: {
__typename: "Attachment";
fileExtension: string | null;
fileName: string;
fileSize: {
__typename: "FileSize";
kiloBytes: number;
megaBytes: number;
};
id: string;
updatedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
};
}[];
createdAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
};
customerReadAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
} | null;
id: string;
text: string | null;
}
Type declaration
-
Optional
__typename?: "Chat"
-
attachments: {
__typename: "Attachment";
fileExtension: string | null;
fileName: string;
fileSize: {
__typename: "FileSize";
kiloBytes: number;
megaBytes: number;
};
id: string;
updatedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
};
}[]
-
createdAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
}
-
__typename: "DateTime"
-
iso8601: string
-
unixTimestamp: string
-
customerReadAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
} | null
-
id: string
-
text: string | null