Skip to content

Commit

Permalink
fix: gql types
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 13, 2024
1 parent 45e5b1b commit e1e499a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/src/graphql/typeDefs/scanner.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ type Event {
event_expire_timestamp: Int
showcase_pokemon_id: Int
showcase_pokemon_form_id: Int
showcase_pokemon_id_type: Int
showcase_rankings: ShowcaseDetails
showcase_ranking_standard: Int
}
Expand Down
1 change: 1 addition & 0 deletions src/services/queries/pokestop.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const event = gql`
event_expire_timestamp
showcase_pokemon_id
showcase_pokemon_form_id
showcase_pokemon_id_type
showcase_ranking_standard
showcase_rankings {
total_entries
Expand Down

0 comments on commit e1e499a

Please sign in to comment.