Magidoc

livestreams
Query

List of Livestreams

Arguments

#

before

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

after

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

first

Returns the first n items from the list.

last

Returns the last n items in the list.

reverse

Reverse the order of the underlying list.

sortKey = "CREATED_AT"

The field to use when ordering the underlying list.

Response

#

Returns LivestreamConnection .

Example

#

    
  

3

    
  

3

    
  

3