Skip to content

Commit

Permalink
fix: frontend (#1284)
Browse files Browse the repository at this point in the history
* There was a broken query: `source` no longer existed on code_metrics,
  which caused a confusing generic "Apollo database error"
* Updated the Hasura API limits, just because
  • Loading branch information
ryscheng authored Apr 24, 2024
1 parent cdf9996 commit c6e7e58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/frontend/lib/graphql/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ const GET_CODE_METRICS_BY_PROJECT = gql(`
project_id
project_name
stars
source
repositories
pull_requests_opened_6_months
pull_requests_merged_6_months
Expand Down
2 changes: 1 addition & 1 deletion apps/hasura/metadata/api_limits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ time_limit:
global: 60
per_role:
anonymous: 5
user: 10
user: 15
developer: 60

0 comments on commit c6e7e58

Please sign in to comment.