Skip to content

Commit 2505db1

Browse files
committed
fix query
1 parent 3b31890 commit 2505db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/src/entities/events/api/get-events-from-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import graphqlClient from "@/shared/api/graphql/graphqlClientApollo";
22
import { gql } from "@apollo/client";
33

44
const EVENTS_QUERY = gql`
5-
query GET_ACTIVITIES($ids: [String], $offset: Int, $limit: Int) {
5+
query GET_ACTIVITIES($ids: [String!], $offset: Int, $limit: Int) {
66
InfrahubEvent(related_node__ids: $ids, offset: $offset, limit: $limit) {
77
count
88
edges {

0 commit comments

Comments
 (0)