model-fix-2
This commit is contained in:
parent
5df3da78d0
commit
18c0693550
|
@ -20,7 +20,7 @@ export default gql`
|
|||
messages {
|
||||
id
|
||||
body
|
||||
author
|
||||
created_by
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -78,11 +78,9 @@ export type ChatInput = {
|
|||
}
|
||||
|
||||
export type MessageInput = {
|
||||
author: Scalars['Int']['output']
|
||||
body: Scalars['String']['output']
|
||||
chat_id: Scalars['String']['output']
|
||||
id: Scalars['Int']['output']
|
||||
reply_to?: Maybe<Scalars['Int']['output']>
|
||||
seen?: Maybe<Scalars['Boolean']['output']>
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user