@longvansoftware/service-js-client 1.2.7 → 1.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -194,16 +194,6 @@ exports.GET_TICKET_BY_ID = (0, graphql_tag_1.gql) `
|
|
194
194
|
query GetTicketById($ticketId: String!) {
|
195
195
|
getTicketById(ticketId: $ticketId) {
|
196
196
|
id
|
197
|
-
accountable {
|
198
|
-
id
|
199
|
-
status
|
200
|
-
partyId
|
201
|
-
salutation
|
202
|
-
firstName
|
203
|
-
middleName
|
204
|
-
lastName
|
205
|
-
fullName
|
206
|
-
}
|
207
197
|
workEffortTypeId
|
208
198
|
workEffortType {
|
209
199
|
id
|