cannedReplies
Lists all canned replies.
cannedReplies(
after: String
before: String
filter: CannedReplyFilter
first: Int
last: Int
orderBy: CannedReplyOrder
): CannedReplyConnection
Arguments
cannedReplies.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
cannedReplies.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
cannedReplies.filter ● CannedReplyFilter input common
The fields by which to filter the results.
cannedReplies.first ● Int scalar common
Returns the first n elements from the list.
cannedReplies.last ● Int scalar common
Returns the last n elements from the list.
cannedReplies.orderBy ● CannedReplyOrder input common
The field and direction by which to order the results.
Type
CannedReplyConnection object common
The connection type for CannedReply.