fix: merge
This commit is contained in:
parent
f2f17bc337
commit
f19e2caf61
@ -381,6 +381,11 @@ export const createCommentMutation = {
|
||||
content
|
||||
createdAt
|
||||
updatedAt
|
||||
user {
|
||||
id
|
||||
name
|
||||
avatarUrl
|
||||
}
|
||||
}
|
||||
}
|
||||
}`,
|
||||
|
@ -3307,6 +3307,12 @@ export type CreateCommentMutation = {
|
||||
content: any;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
user: {
|
||||
__typename?: 'PublicUserType';
|
||||
id: string;
|
||||
name: string;
|
||||
avatarUrl: string | null;
|
||||
};
|
||||
}>;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user