Skip to content

Update getSelectionVal query string #41

@jamespericles

Description

@jamespericles
  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
              }
            }
          }
        }
      }
    }
  }
  1. Remove above
  2. Update TS file where query is made

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions