UNPKG

startgg-helper-node

Version:

A set of functions and classes useful to communicate with the start.gg API.

19 lines 457 B
export const schema = ` query Sets($slug: String, $page: Int, $perPage: Int) { event(slug: $slug){ slug tournament { name numAttendees } sets(page: $page, perPage: $perPage){ pageInfo { totalPages } nodes { id } } } } `