-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
query SelectionValue($slug: String!, $perPage: Int = 18, $page: Int = 1) {
event(slug: $slug) {
sets(page: $page, perPage: $perPage, sortType: RECENT) {
nodes {
games {
selections {
selectionValue
entrant {
participants { // REMOVE
entrants { // REMOVE
id
name
} // REMOVE
} // REMOVE
}
}
}
}
}
}
}
- Remove above
- Update TS file where query is made
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels