diff --git a/app/graphql/schema.graphql b/app/graphql/schema.graphql index 2ebae9ea11..bd3648c8b9 100644 --- a/app/graphql/schema.graphql +++ b/app/graphql/schema.graphql @@ -2897,11 +2897,9 @@ input SubmitWorkflowExecutionInput { projectId: ID """ - List of hashes containing a `sample_id` (String), and `files` (Hash) - containing pairs of `file_type` (String) (e.g. `fastq_1`) and `file_id` - (String) (e.g. `gid://irida/Attachment/1234`). + A list of hashes containing a 'sample_id', and a hash of `samplesheet_params`. """ - samplesFilesInfoList: [JSON!]! + samplesWorkflowExecutionsAttributes: [JSON!]! """ Set true for samples to be updated from this workflow execution