UpdatePortalUserPasswordPayload
Autogenerated return type of UpdatePortalUserPassword.
type UpdatePortalUserPasswordPayload {
clientMutationId: String
portalUser: PortalUser
}
Fields
UpdatePortalUserPasswordPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdatePortalUserPasswordPayload.portalUser
● PortalUser
object
Returned By
updatePortalUserPassword
mutation