Skip to main content

FolderCreateInput

Autogenerated input type of FolderCreate

input FolderCreateInput {
channelIds: [ID!]
clientMutationId: String
conditions: [ConditionInput!]
description: String
displayCountWhenInactive: Boolean
hideIfZeroConversations: Boolean
matchType: FolderMatchTypes!
name: String!
permittedAgentIds: [ID!]
permittedTeamIds: [ID!]
position: Int
state: FolderState!
}

Fields

FolderCreateInput.channelIds ● [ID!] list scalar common

The channels this folder should be visible on. Defaults to all when empty.

FolderCreateInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

FolderCreateInput.conditions ● [ConditionInput!] list input common

Conditions to filter conversations for this folder.

FolderCreateInput.description ● String scalar common

A description of the folder.

FolderCreateInput.displayCountWhenInactive ● Boolean scalar common

True if counts in the side navigation are visible when the folder is inactive; false otherwise.

FolderCreateInput.hideIfZeroConversations ● Boolean scalar common

True if the folder is hidden in the side navigation when there are zero conversations.

FolderCreateInput.matchType ● FolderMatchTypes! non-null enum common

The match type of the folder conditions.

FolderCreateInput.name ● String! non-null scalar common

The name of the folder.

FolderCreateInput.permittedAgentIds ● [ID!] list scalar common

List of permitted agent IDs.

FolderCreateInput.permittedTeamIds ● [ID!] list scalar common

List of permitted team IDs.

FolderCreateInput.position ● Int scalar common

The position of the folder in the list.

FolderCreateInput.state ● FolderState! non-null enum common

The state of the folder (active or inactive).

Member of

folderCreate mutation