Skip to content

Jimjardland/pokechecked

Repository files navigation

 $ nvm use / fnm use
 $ npm i
 $ npm run dev

Example queries:

query {
  fetchHighlights(from: "2018-10-06", to: "2018-10-07") {
    day
    games {
      homeTeam
      awayTeam
      homeGoals
      awayGoals
      homeWin
      arena
      date
      gameIsFinished
      requiredOvertime
      url
      stars {
        fullName
        id
        position
      }
      scorers {
        scorer {
          player {
            fullName
            id
          }
          seasonTotal
        }
        gwg
        description
        standing
        strength
      }
    }
  }
}
query {
  getPlayoffs {
    eastern {
      team1 {
        team {
          name
        }
        leagueRank
      }
      team2 {
        team {
          name
        }
        leagueRank
      }
    }
    western {
      team1 {
        team {
          name
        }
        leagueRank
      }
      team2 {
        team {
          name
        }
        leagueRank
      }
    }
  }
}

About

Rework of my project Breadman

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published