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: [],
|
||||
|
||||
@ -82,9 +82,9 @@ export const mockedPeopleMetadata = {
|
||||
__typename: 'field',
|
||||
id: 'c606dfb1-a24c-4f9b-b626-0df1c845e6e8',
|
||||
type: 'RELATION',
|
||||
name: 'messageRecipients',
|
||||
label: 'Message Recipients',
|
||||
description: 'Message Recipients',
|
||||
name: 'messageParticipants',
|
||||
label: 'Message Participants',
|
||||
description: 'Message Participants',
|
||||
icon: 'IconUserCircle',
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
@ -100,8 +100,8 @@ export const mockedPeopleMetadata = {
|
||||
__typename: 'object',
|
||||
id: 'dd41deae-84d5-4a66-8947-260b0c72677c',
|
||||
dataSourceId: 'cabbcaa6-05d6-41f4-920f-9144172a4f08',
|
||||
nameSingular: 'messageRecipient',
|
||||
namePlural: 'messageRecipients',
|
||||
nameSingular: 'messageParticipant',
|
||||
namePlural: 'messageParticipants',
|
||||
},
|
||||
toFieldMetadataId: '88ab56e5-828e-4fb2-a37c-314b8803f361',
|
||||
},
|
||||
@ -1883,17 +1883,17 @@ export const mockedFavoritesMetadata = {
|
||||
},
|
||||
};
|
||||
|
||||
export const mockedMessageRecipientsMetadata = {
|
||||
export const mockedMessageParticipantsMetadata = {
|
||||
__typename: 'objectEdge',
|
||||
node: {
|
||||
__typename: 'object',
|
||||
id: 'dd41deae-84d5-4a66-8947-260b0c72677c',
|
||||
dataSourceId: 'cabbcaa6-05d6-41f4-920f-9144172a4f08',
|
||||
nameSingular: 'messageRecipient',
|
||||
namePlural: 'messageRecipients',
|
||||
labelSingular: 'Message Recipient',
|
||||
labelPlural: 'Message Recipients',
|
||||
description: 'Message Recipients',
|
||||
nameSingular: 'messageParticipant',
|
||||
namePlural: 'messageParticipants',
|
||||
labelSingular: 'Message Participant',
|
||||
labelPlural: 'Message Participants',
|
||||
description: 'Message Participants',
|
||||
icon: 'IconUserCircle',
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
@ -3144,9 +3144,9 @@ export const mockedWorkspaceMembersMetadata = {
|
||||
__typename: 'field',
|
||||
id: 'f13cce91-5f98-4eb0-8c6e-c1cf41ad168f',
|
||||
type: 'RELATION',
|
||||
name: 'messageRecipients',
|
||||
label: 'Message Recipients',
|
||||
description: 'Message Recipients',
|
||||
name: 'messageParticipants',
|
||||
label: 'Message Participants',
|
||||
description: 'Message Participants',
|
||||
icon: 'IconUserCircle',
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
@ -3162,8 +3162,8 @@ export const mockedWorkspaceMembersMetadata = {
|
||||
__typename: 'object',
|
||||
id: 'dd41deae-84d5-4a66-8947-260b0c72677c',
|
||||
dataSourceId: 'cabbcaa6-05d6-41f4-920f-9144172a4f08',
|
||||
nameSingular: 'messageRecipient',
|
||||
namePlural: 'messageRecipients',
|
||||
nameSingular: 'messageParticipant',
|
||||
namePlural: 'messageParticipants',
|
||||
},
|
||||
toFieldMetadataId: '22883ca2-34e2-40ab-9e7b-fde5836cb5d2',
|
||||
},
|
||||
@ -3927,9 +3927,9 @@ export const mockedMessagesMetadata = {
|
||||
__typename: 'field',
|
||||
id: '9c58971b-4e40-4f49-b125-ff014f909744',
|
||||
type: 'RELATION',
|
||||
name: 'messageRecipients',
|
||||
label: 'Message Recipients',
|
||||
description: 'Message Recipients',
|
||||
name: 'messageParticipants',
|
||||
label: 'Message Participants',
|
||||
description: 'Message Participants',
|
||||
icon: 'IconUserCircle',
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
@ -3945,8 +3945,8 @@ export const mockedMessagesMetadata = {
|
||||
__typename: 'object',
|
||||
id: 'dd41deae-84d5-4a66-8947-260b0c72677c',
|
||||
dataSourceId: 'cabbcaa6-05d6-41f4-920f-9144172a4f08',
|
||||
nameSingular: 'messageRecipient',
|
||||
namePlural: 'messageRecipients',
|
||||
nameSingular: 'messageParticipant',
|
||||
namePlural: 'messageParticipants',
|
||||
},
|
||||
toFieldMetadataId: '663612f4-7eb8-4b21-886e-730f3b047ee7',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user