cannedReplyCategories
Lists all canned reply categories.
cannedReplyCategories(
after: String
before: String
first: Int
last: Int
orderBy: CategoryOrder
): CannedReplyCategoryConnection
Arguments
cannedReplyCategories.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
cannedReplyCategories.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
cannedReplyCategories.first ● Int scalar common
Returns the first n elements from the list.
cannedReplyCategories.last ● Int scalar common
Returns the last n elements from the list.
cannedReplyCategories.orderBy ● CategoryOrder input common
The field and direction by which to order the results.
Type
CannedReplyCategoryConnection object common
The connection type for CannedReplyCategory.