Skip to main content

findCommunications

Returns communications, optionally matching the specified criteria

findCommunications(
limit: PositiveInt
offset: PositiveInt
orderBy: CommunicationOrderBy
orderDirection: OrderDirection
where: CommunicationWhere
): [Communication!]!

Arguments

findCommunications.limit ● PositiveInt scalar

findCommunications.offset ● PositiveInt scalar

findCommunications.orderBy ● CommunicationOrderBy enum

findCommunications.orderDirection ● OrderDirection enum

findCommunications.where ● CommunicationWhere input

Type

Communication object

Record of a communication sent to a recipient.