Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Ugly formatting in multiline in of ado #5

Open
i-am-the-slime opened this issue Aug 12, 2021 · 0 comments
Open

Ugly formatting in multiline in of ado #5

i-am-the-slime opened this issue Aug 12, 2021 · 0 comments

Comments

@i-am-the-slime
Copy link
Member

getAdsInDateRangeWithKeywordPerParty 
  GraphQLClient  Record DateRangeAndQueryInput  Aff AggregatedAdsPerParty
getAdsInDateRangeWithKeywordPerParty client input = ado
  result ← client (Gql  Gql AggSumPerParty) input
  in { afd: { all: result.afd_all.agg.sum, withKeyword: result.afd.agg.sum }
  , cdu: { all: result.cdu_all.agg.sum, withKeyword: result.cdu.agg.sum }
  , csu: { all: result.csu_all.agg.sum, withKeyword: result.csu.agg.sum }
  , fdp: { all: result.fdp_all.agg.sum, withKeyword: result.fdp.agg.sum }
  , gruene: { all: result.gruene_all.agg.sum, withKeyword: result.gruene.agg.sum }
  , linke: { all: result.linke_all.agg.sum, withKeyword: result.linke.agg.sum }
  , spd: { all: result.spd_all.agg.sum, withKeyword: result.spd.agg.sum }
  }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant