refactor(media): use UUID instead of ID for media retrieval in GraphQL
Fixes #1760
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { Ref } from "vue";
|
||||
|
||||
export interface IMedia {
|
||||
id: string;
|
||||
uuid: string;
|
||||
url: string;
|
||||
name: string;
|
||||
alt: string;
|
||||
|
||||
Reference in New Issue
Block a user