updateCurrentUserProfile
Updates the current logged in user's profile information. This will throw an error if the user hasn't yet been fully registered.
updateCurrentUserProfile(
input: UpdateCurrentUserProfileInput!
): UpdateCurrentUserProfilePayload!