INPUT_OBJECT

O365TeamConvChannelInput

Description

Channel object consisting naturalId and name.

link GraphQL Schema definition

  • input O365TeamConvChannelInput {
  • # The natural ID of Microsoft 365 Teams channel.
  • naturalId: String!
  • # The RSC ID of channel, used only for browsing files.
  • channelId: String
  • # Display name of the channel.
  • name: String!
  • # Specifies whether the channel is relic or not.
  • isArchived: Boolean
  • # The ID of sharepoint folder of the channel.
  • folderId: String!
  • # The membership type of the channel.
  • membershipType: ChannelMembershipType!
  • }