chore: rename getUser to getUserProfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user