chore: rename getUser to getUserProfile

This commit is contained in:
2025-12-06 07:56:58 -05:00
parent ad26cd6da3
commit 3508f3461b
3 changed files with 30 additions and 2 deletions

View File

@@ -98,6 +98,15 @@ export const MarkTitleAsWatchedMutation = graphql(`
export const GetUserQuery = graphql(`
query GetUser {
Viewer {
id
name
}
}
`);
export const GetUserProfileQuery = graphql(`
query GetUserProfile {
Viewer {
id
name