We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b31890 commit 2505db1Copy full SHA for 2505db1
frontend/app/src/entities/events/api/get-events-from-api.ts
@@ -2,7 +2,7 @@ import graphqlClient from "@/shared/api/graphql/graphqlClientApollo";
2
import { gql } from "@apollo/client";
3
4
const EVENTS_QUERY = gql`
5
- query GET_ACTIVITIES($ids: [String], $offset: Int, $limit: Int) {
+ query GET_ACTIVITIES($ids: [String!], $offset: Int, $limit: Int) {
6
InfrahubEvent(related_node__ids: $ids, offset: $offset, limit: $limit) {
7
count
8
edges {
0 commit comments