Skip to content

Commit

Permalink
Regen queries
Browse files Browse the repository at this point in the history
  • Loading branch information
ikprk committed Jul 16, 2024
1 parent a3727a2 commit d30e064
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 29 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/atlas/src/api/queries/admin.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mutation GetAppActionSignature(
}

query GetMostInteractedEntityByType($type: String!, $period: Int!) {
getTopInteractedEnities(type: $type, period: $period) {
getTopInteractedEntities(type: $type, period: $period) {
entityId
interactionCount
}
Expand Down
2 changes: 1 addition & 1 deletion packages/atlas/src/api/schemas/orion.json

Large diffs are not rendered by default.

0 comments on commit d30e064

Please sign in to comment.