unless
when
Example: ``` server/src-lib/Hasura/RQL/DDL/Schema/Table.hs:(200,15)-(205,28): Warning: Use when Found: if tnGQL `elem` ns then throw400 RemoteSchemaConflicts $ "node " <> tnGQL <> " already exists in current graphql schema" else pure () Perhaps: when (tnGQL `elem` ns) (throw400 RemoteSchemaConflicts $ "node " <> tnGQL <> " already exists in current graphql schema") ``` PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4570 GitOrigin-RevId: 1b04e5e39d20c99643220154c03dae82a025f0f1
RQL/Types.hs
## Description This PR removes `RQL.Types`, which was now only re-exporting a bunch of unrelated modules. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4363 GitOrigin-RevId: 894f29a19bff70b3dad8abc5d9858434d5065417
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3687 Co-authored-by: awjchen <13142944+awjchen@users.noreply.github.com> GitOrigin-RevId: ae217690ee0371f6fc696fc2e18c72e087dcaff2