chore: rename service folders to lowercase
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
mutation UpdateCommunicationTranscriptMutation($id: ID!, $transcript: [String!]!) {
|
||||
updateCommunicationTranscript(id: $id, transcript: $transcript) {
|
||||
ok
|
||||
id
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user