Magidoc

calls
Query

A list of Calls associated with the currently authenticated User.

Arguments

#

after

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

afterIndex

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

before

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

beforeIndex

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

first

Returns the first n elements from the list.

fullText

A full-text search query for Calls.

ids

[ ID !]

List of Call IDs.

last

Returns the last n elements from the list.

orderBy

The field to order the Calls by.

participantType

Type of participants in the Call.

quality

Quality metrics associated with the Calls.

startedAt

Date and time when the Call started.

Response

#

Returns QueryCallConnection .

Example

#

3