mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
77 lines
792 B
Plaintext
77 lines
792 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`getOperationFields CategoryEdit 1`] = `
|
|
"id
|
|
title"
|
|
`;
|
|
|
|
exports[`getOperationFields CompaniesTable 1`] = `
|
|
"id
|
|
name
|
|
avatarUrl
|
|
dealsAggregate {
|
|
sum {
|
|
value
|
|
}
|
|
}
|
|
salesOwner {
|
|
id
|
|
name
|
|
avatarUrl
|
|
}
|
|
contacts {
|
|
nodes {
|
|
id
|
|
name
|
|
avatarUrl
|
|
}
|
|
}"
|
|
`;
|
|
|
|
exports[`getOperationFields CompanyTitleForm 1`] = `
|
|
"id
|
|
name
|
|
avatarUrl
|
|
salesOwner {
|
|
id
|
|
name
|
|
avatarUrl
|
|
}"
|
|
`;
|
|
|
|
exports[`getOperationFields ContactShow 1`] = `
|
|
"id
|
|
name
|
|
email
|
|
company {
|
|
id
|
|
name
|
|
avatarUrl
|
|
}
|
|
status
|
|
jobTitle
|
|
phone
|
|
timezone
|
|
avatarUrl
|
|
salesOwner {
|
|
id
|
|
name
|
|
avatarUrl
|
|
}
|
|
createdAt"
|
|
`;
|
|
|
|
exports[`getOperationFields Upcoming Events 1`] = `
|
|
"id
|
|
title
|
|
color
|
|
startDate
|
|
endDate"
|
|
`;
|
|
|
|
exports[`getOperationFields UsersSelect 1`] = `
|
|
"id
|
|
name
|
|
avatarUrl"
|
|
`;
|