From 5b7e249dd5e37e738d21d91be926f6a1c040a030 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Fri, 23 Dec 2022 10:45:36 +0300 Subject: [PATCH] fix schema --- src/graphql/query/reactions-load-by.ts | 2 ++ src/graphql/types.gen.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 {