sendou.ink/scenes/Profile/mutations/UpdateUserProfile.graphql
2020-10-22 00:14:17 +03:00

4 lines
105 B
GraphQL

mutation UpdateUserProfile($profile: UpdateUserProfileInput!) {
updateUserProfile(profile: $profile)
}