INPUT_OBJECT

UnlinkSSOInput

link GraphQL Schema definition

1input UnlinkSSOInput {
5
2# The single sign-on (SSO) app that should be unlinked from the authenticated
3# user's account.
4app: String!
8
6# The token that identifies the user on the linked SSO app.
7token: String
9}