type-fix2

This commit is contained in:
tonyrewin 2022-11-15 18:34:57 +03:00
parent 8ae646a7f0
commit 8ac3e50d21

View File

@ -448,6 +448,7 @@ export type ReactionBy = {
days?: InputMaybe<Scalars['Int']>
order?: InputMaybe<Scalars['String']>
shout?: InputMaybe<Scalars['String']>
shouts?: InputMaybe<Array<InputMaybe<Scalars['String']>>>
stat?: InputMaybe<Scalars['String']>
topic?: InputMaybe<Scalars['String']>
}