3369 rename messagerecipients table into messageparticipants (#3457)
* renaming * renaming
This commit is contained in:
@ -244,9 +244,9 @@ export const graphqlMocks = {
|
||||
edges: mockWorkspaceMembers.map((member) => ({
|
||||
node: {
|
||||
...member,
|
||||
messageRecipients: {
|
||||
messageParticipants: {
|
||||
edges: [],
|
||||
__typename: 'MessageRecipientConnection',
|
||||
__typename: 'MessageParticipantConnection',
|
||||
},
|
||||
authoredAttachments: {
|
||||
edges: [],
|
||||
|
||||
Reference in New Issue
Block a user