BOD-24 Removed URL/Thumb URL to have them dynamically created.
This commit is contained in:
@@ -4,8 +4,6 @@ export const GET_DOCUMENTS_BY_JOB = gql`
|
||||
query GET_DOCUMENTS_BY_JOB($jobId: uuid!) {
|
||||
documents(where: { jobid: { _eq: $jobId } }) {
|
||||
id
|
||||
url
|
||||
thumb_url
|
||||
name
|
||||
key
|
||||
type
|
||||
@@ -18,8 +16,6 @@ export const INSERT_NEW_DOCUMENT = gql`
|
||||
insert_documents(objects: $docInput) {
|
||||
returning {
|
||||
id
|
||||
url
|
||||
thumb_url
|
||||
name
|
||||
key
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user