mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 12:13:10 -05:00
4 lines
105 B
GraphQL
4 lines
105 B
GraphQL
mutation UpdateUserProfile($profile: UpdateUserProfileInput!) {
|
|
updateUserProfile(profile: $profile)
|
|
}
|