UpdateSSOProfileIDPayload
No description
type UpdateSSOProfileIDPayload {
clientMutationId: String!
user: User!
}
Fields
UpdateSSOProfileIDPayload.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
UpdateSSOProfileIDPayload.user ● User! non-null object
user is the User whose SSOProfile ID is being updated.
Returned By
updateSSOProfileID mutation