OBJECT
TicketListType
Type definition for Ticket alerts list
link GraphQL Schema definition
- type TicketListType {
- # Ticket list, paginated by LimitOffsetPaginator
- #
- # Arguments
- # limit: Number of results to return per page. Default
- # 'default_limit': 20, and 'max_limit': 150
- # offset: The initial index from which to return the results.
- # Default: 0
- # ordering: A string or comma delimited string values that
- # indicate the default ordering when obtaining lists of objects.
- Int, : Int, : String): [TicketType] ( :
- # Total count of matches elements
- Int :
- }