Type alias IndexedDocumentPartsFragment
IndexedDocumentPartsFragment: {
__typename: "IndexedDocument";
createdAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
};
id: string;
url: string;
}
Type declaration
__typename: "IndexedDocument"
createdAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
}
__typename: "DateTime"
iso8601: string
unixTimestamp: string
id: string
url: string