File tree 1 file changed +27
-27
lines changed
packages/twenty-front/src/modules/object-record/record-field/hooks/__tests__
1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -26,35 +26,13 @@ const mocks: MockedResponse[] = [
26
26
) {
27
27
updateCompany(id: $idToUpdate, data: $input) {
28
28
__typename
29
- id
30
- visaSponsorship
31
- createdBy {
32
- source
33
- workspaceMemberId
34
- name
35
- }
29
+ updatedAt
36
30
domainName {
37
31
primaryLinkUrl
38
32
primaryLinkLabel
39
33
secondaryLinks
40
34
}
41
- introVideo {
42
- primaryLinkUrl
43
- primaryLinkLabel
44
- secondaryLinks
45
- }
46
- position
47
- annualRecurringRevenue {
48
- amountMicros
49
- currencyCode
50
- }
51
- employees
52
- linkedinLink {
53
- primaryLinkUrl
54
- primaryLinkLabel
55
- secondaryLinks
56
- }
57
- workPolicy
35
+ visaSponsorship
58
36
address {
59
37
addressStreet1
60
38
addressStreet2
@@ -65,16 +43,38 @@ const mocks: MockedResponse[] = [
65
43
addressLat
66
44
addressLng
67
45
}
46
+ position
47
+ employees
48
+ deletedAt
49
+ accountOwnerId
50
+ annualRecurringRevenue {
51
+ amountMicros
52
+ currencyCode
53
+ }
54
+ id
68
55
name
69
- updatedAt
70
56
xLink {
71
57
primaryLinkUrl
72
58
primaryLinkLabel
73
59
secondaryLinks
74
60
}
75
- myCustomField
76
61
createdAt
77
- accountOwnerId
62
+ createdBy {
63
+ source
64
+ workspaceMemberId
65
+ name
66
+ }
67
+ workPolicy
68
+ introVideo {
69
+ primaryLinkUrl
70
+ primaryLinkLabel
71
+ secondaryLinks
72
+ }
73
+ linkedinLink {
74
+ primaryLinkUrl
75
+ primaryLinkLabel
76
+ secondaryLinks
77
+ }
78
78
tagline
79
79
idealCustomerProfile
80
80
}
You can’t perform that action at this time.
0 commit comments