fix schema

This commit is contained in:
tonyrewin 2022-12-23 10:45:36 +03:00
parent 8d4b06277b
commit 5b7e249dd5
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ export default gql`
range range
replyTo replyTo
shout { shout {
id
slug slug
title
} }
createdBy { createdBy {
name name

View File

@ -501,7 +501,7 @@ export type ReactionInput = {
kind: Scalars['Int'] kind: Scalars['Int']
range?: InputMaybe<Scalars['String']> range?: InputMaybe<Scalars['String']>
replyTo?: InputMaybe<Scalars['Int']> replyTo?: InputMaybe<Scalars['Int']>
shout: Scalars['String'] shout: Scalars['Int']
} }
export enum ReactionKind { export enum ReactionKind {