matches
This query is returning matches
matches(
filters: [MatchFilter]
limit: Int = 10
offset: Long = 0
sorts: [MatchSort]
): MatchResult
Arguments
matches.filters
● [MatchFilter]
list input
filters
matches.limit
● Int
scalar
limit (max: 100)
matches.offset
● Long
scalar
offset
matches.sorts
● [MatchSort]
list input
Sort by various match fields
Type
MatchResult
object
The result of the matches query