Skip to content

Commit

Permalink
duplication id
Browse files Browse the repository at this point in the history
  • Loading branch information
goatrocks committed May 24, 2021
1 parent 7bdd7ba commit 8a58665
Show file tree
Hide file tree
Showing 5 changed files with 13,885 additions and 7,671 deletions.
5 changes: 3 additions & 2 deletions src/main/graphql/WorkflowSubmissionGraphQL.graphql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
mutation WorkflowSubmissionGraphQL($workflowId: Int!, $files: [FileInput]!, $recordSubmission: Boolean) {
workflowSubmission(workflowId: $workflowId, files: $files, recordSubmission: $recordSubmission) {
mutation WorkflowSubmissionGraphQL($duplicationId: String, $workflowId: Int!, $files: [FileInput]!, $recordSubmission: Boolean) {
workflowSubmission(duplicationId: $duplicationId, workflowId: $workflowId, files: $files, recordSubmission: $recordSubmission) {
submissionIds
isDuplicateRequest
}
}
Loading

0 comments on commit 8a58665

Please sign in to comment.