UpdateCurrentUserProfilePayload
No description
type UpdateCurrentUserProfilePayload {
userProfile: UserProfile!
}
Fields
UpdateCurrentUserProfilePayload.userProfile
● UserProfile!
non-null object
Returned by
updateCurrentUserProfile
mutation