slackAutoJoinRules
Gets the auto-join rules for a workspace slack channel integration.
Rules that have not yet been saved through setSlackAutoJoinRules are
read from the legacy prefix/suffix settings and have a null id.
slackAutoJoinRules(integrationId: ID!): [SlackAutoJoinRule!]!Arguments
Returns
Null for legacy rules read from the prefix/suffix settings that have not
yet been saved through setSlackAutoJoinRules.
The workspace Slack channel integration this rule belongs to.
Plain joins any new Slack channel whose name starts with this string. Empty string means no prefix filter.
Plain joins any new Slack channel whose name ends with this string. Empty string means no suffix filter.
Null means the channel mode is detected automatically (current behaviour).
Null means the team default ingestion mode applies.

