ChatPartsFragment: {
    __typename?: "Chat";
    attachments: {
        __typename?: "Attachment";
        id: string;
    }[];
    createdAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    };
    id: string;
    text: string | null;
    updatedAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    };
}

Type declaration

  • Optional __typename?: "Chat"
  • attachments: {
        __typename?: "Attachment";
        id: string;
    }[]
  • createdAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    }
    • __typename: "DateTime"
    • iso8601: string
    • unixTimestamp: string
  • id: string
  • text: string | null
  • updatedAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    }
    • __typename: "DateTime"
    • iso8601: string
    • unixTimestamp: string

Generated using TypeDoc