Update a Coach
Last updated
Last updated
Use the coachUpdate
mutation to update the coach name, email or password within the TeleWellness Portal.
The following fields will be displayed in the response:
Update the coach name
Verify that the information was updated by accessing the My Account option:
Argument Name
Is required?
Type
Description
ID
Yes
ID
Unique Coach ID. Get this ID by executing the coaches
query
name
No
String
Coach name
No
string
Coach email
password
No
Object that contains the password fields.
Field Name
Type
Description
old
String
Introduce the old password
new
String
Introduce the new password
Field Name
Type
Description
success
Boolean
True if the coach information has been updated successfully. Otherwise, False
message
String
Description of the result
coach
Object that returns the coach information