Skip to content

Commit ba23e27

Browse files
committed
fix: hasura migration getApprovedApplicationsByExpandedFilter
1 parent 834b23d commit ba23e27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/data-layer/src/data-layer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@ export class DataLayer {
524524
const query = gql`
525525
query Application {
526526
applications(
527-
first: 300
528-
filter: {
527+
limit: 300
528+
where: {
529529
_and: [
530530
{ status: { _eq: APPROVED } },
531531
{ _or: [ ${filters} ] }

0 commit comments

Comments
 (0)