Skip to content

Commit

Permalink
fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyThiessen committed Dec 19, 2024
1 parent 10e5c79 commit f463a13
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f463a13

Please sign in to comment.