OBJECT
Return type for editUser mutation.
type EditUserPayload {# The unique identifier for the User.userId: String! # User's first name.firstName: String # User's last name.lastName: String # User's email.email: String # User's identifier external to Pluralsight, often used for SSO integrations.remoteUserId: String # The new note for the user.note: String }