diff --git a/src/graphql/query/reactions-load-by.ts b/src/graphql/query/reactions-load-by.ts index cf34e13e..e404283d 100644 --- a/src/graphql/query/reactions-load-by.ts +++ b/src/graphql/query/reactions-load-by.ts @@ -8,7 +8,9 @@ export default gql` range replyTo shout { + id slug + title } createdBy { name diff --git a/src/graphql/types.gen.ts b/src/graphql/types.gen.ts index 228912ca..0bd93296 100644 --- a/src/graphql/types.gen.ts +++ b/src/graphql/types.gen.ts @@ -501,7 +501,7 @@ export type ReactionInput = { kind: Scalars['Int'] range?: InputMaybe replyTo?: InputMaybe - shout: Scalars['String'] + shout: Scalars['Int'] } export enum ReactionKind {