BOD-25 BOD-24 Uploading to cloudinary + thumbnail generation

This commit is contained in:
Patrick Fic
2020-04-20 14:14:41 -07:00
parent d3b36776c9
commit 01e6e78c71
33 changed files with 784 additions and 540 deletions

View File

@@ -25,6 +25,7 @@ export const QUERY_BODYSHOP = gql`
md_responsibility_centers
messagingservicesid
template_header
textid
employees {
id
first_name

View File

@@ -8,6 +8,7 @@ export const GET_DOCUMENTS_BY_JOB = gql`
thumb_url
name
key
type
}
}
`;