Skip to content

Commit

Permalink
10/26/2023
Browse files Browse the repository at this point in the history
  • Loading branch information
LucyWuu committed Oct 27, 2023
1 parent d064112 commit 004f1ca
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16,146 deletions.
2 changes: 1 addition & 1 deletion backend/typescript/graphql/types/dashboardType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const dashboardType = gql`
extend type Query {
dashboardById(id: Int!): ApplicationDashboardDTO!
applicationsByRole(firstChoice: String!): [ApplicationDTO]!
applicationsById(id: Int!): [ApplicationDTO]!
applicationsById(id: Int!): ApplicationDTO!
dashboardsByApplicationId(applicationId: Int!): [ApplicationDashboardDTO]!
applicationTable(role: String!): [ApplicationDashboardRowDTO]!
}
Expand Down
Loading

0 comments on commit 004f1ca

Please sign in to comment.