Commit ad1307fb authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[graphql] endpoints: syntax fix

parent a2126121
...@@ -47,7 +47,7 @@ triggerEthercalcCSVDownload session corpusId nodeId = do ...@@ -47,7 +47,7 @@ triggerEthercalcCSVDownload session corpusId nodeId = do
client client
"trigger ethercalc CSV download" "trigger ethercalc CSV download"
{ ethercalc_csv_download: onlyArgs { corpusId { ethercalc_csv_download: onlyArgs { corpusId
, nodeId } , nodeId } }
pure Nothing pure Nothing
-- pure $ case res.ethercalc_csv_download of -- pure $ case res.ethercalc_csv_download of
-- Nothing -> Nothing -- Nothing -> Nothing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment