Skip to main content

messages

DEPRECATED

Please use Query.postings instead

Find messages (legacy, please use postings instead)

messages(
after: String
before: String
first: Int
last: Int
): PostingConnection @deprecated

Arguments

messages.after ● String scalar

Returns the elements in the list that come after the specified cursor.

messages.before ● String scalar

Returns the elements in the list that come before the specified cursor.

messages.first ● Int scalar

Returns the first _n_ elements from the list.

messages.last ● Int scalar

Returns the last _n_ elements from the list.

Type

PostingConnection object

The connection type for Posting.