graphql-engine/server/src-lib/Hasura/GraphQL/Execute
Robert c1bdc99334 Fix comment formatting to allow parsing in haddock-mode
This is just a one-off fix, based on running ormolu across
the code base, which uses GHC's parser in haddock mode.

### Description

Fixes several instances of illegal haddock comments.

### Related Issues

#1679

### Steps to test and verify

Run ormolu over the codebase. Prior to this change, it complains that it
can't parse certain files due to malformed Haddock comments, after it
doesn't (there are still some other errors).

### Limitations, known bugs & workarounds

This doesn't ensure that we don't introduce similar issues in the future;
that'll be dealt with once we implement #1679.

#### Breaking changes

- [x] No Breaking changes, only touches code comments

https://github.com/hasura/graphql-engine-mono/pull/2010

GitOrigin-RevId: 7fbab0325ce13a16a04ff98d351f1af768e25d7c
2021-08-16 22:20:25 +00:00
..
Action [gardening] remove all traverse functions from RQL.IR 2021-07-08 15:42:53 +00:00
LiveQuery server: add support for tagged and dynamic metrics 2021-08-05 21:08:17 +00:00
RemoteJoin Remote schema execution logic 2021-08-06 13:40:37 +00:00
Action.hs Fix comment formatting to allow parsing in haddock-mode 2021-08-16 22:20:25 +00:00
Backend.hs Remote Schema Customization take 2 using parser tranformations 2021-07-30 11:33:59 +00:00
Common.hs server: SQL query tags for GQL operations (closes #400) 2021-07-29 08:30:10 +00:00
Inline.hs server: introduce Hasura.Base (take 2) 2021-05-11 15:19:33 +00:00
Instances.hs mysql: Metadata awareness 2021-07-15 12:45:51 +00:00
Mutation.hs Remote Schema Customization take 2 using parser tranformations 2021-07-30 11:33:59 +00:00
Query.hs Remote Schema Customization take 2 using parser tranformations 2021-07-30 11:33:59 +00:00
Remote.hs server: Uses GraphQL type in remote variable cache key 2021-08-04 21:24:36 +00:00
RemoteJoin.hs server: support remote relationships on SQL Server and BigQuery (#1497) 2021-06-11 03:27:39 +00:00
Resolve.hs server: support for custom directives 2021-05-20 10:03:50 +00:00
Types.hs server: support remote relationships on SQL Server and BigQuery (#1497) 2021-06-11 03:27:39 +00:00