3369 rename messagerecipients table into messageparticipants (#3457)

* renaming

* renaming
This commit is contained in:
bosiraphael
2024-01-15 16:55:19 +01:00
committed by GitHub
parent 8682f3c0c0
commit 4695e99458
12 changed files with 85 additions and 85 deletions

View File

@ -244,9 +244,9 @@ export const graphqlMocks = {
edges: mockWorkspaceMembers.map((member) => ({
node: {
...member,
messageRecipients: {
messageParticipants: {
edges: [],
__typename: 'MessageRecipientConnection',
__typename: 'MessageParticipantConnection',
},
authoredAttachments: {
edges: [],