INPUT_OBJECT

LinkSSOInput

LinkSSOInput links an SSO app to the authenticated user's account if the activation code is valid.

link GraphQL Schema definition

1input LinkSSOInput {
5
2# The code that identifies the single sign-on (SSO) app that should be linked to
3# the authenticated user's account.
4code: String!
6}