OBJECT
type FindingNotificationSlackOauth2Response {# Access token to call any of slack methodtoken: String! # Id of the slack workspaceworkspaceId: String! # Name of the slack workspaceworkspaceName: String! }