attachments
No description
attachments(
after: String
before: String
filter: AttachmentsFilterInput
first: Int
last: Int
): ConversationAttachmentConnection
Arguments
attachments.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
attachments.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
attachments.filter ● AttachmentsFilterInput input common
The fields by which to filter the results.
attachments.first ● Int scalar common
Returns the first n elements from the list.
attachments.last ● Int scalar common
Returns the last n elements from the list.
Type
ConversationAttachmentConnection object common
The connection type for ConversationAttachment.