graphql-engine/server/src-lib/Hasura/Server/API
Antoine Leblanc ccea1da1d5 Enable and test remote relationships from remote schemas.
### Description

This is it! This PR enables the Metadata API for remote relationships from remote schemas, adds tests, ~~adds documentation~~, adds an entry to the Changelog. This is the release PR that enables the feature.

### Checklist
- [ ] Tests:
  - [x] RS-to-Postgres (high level)
  - [x] RS-to-RS (high level)
  - [x] From RS specifically (testing for edge cases)
  - [x] Metadata API tests
  - [ ] Unit testing the actual engine?
- [x] Changelog entry
- [ ] Documentation?

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3974
Co-authored-by: Vamshi Surabhi <6562944+0x777@users.noreply.github.com>
Co-authored-by: Vishnu Bharathi <4211715+scriptnull@users.noreply.github.com>
Co-authored-by: jkachmar <8461423+jkachmar@users.noreply.github.com>
GitOrigin-RevId: c9aebf12e6eebef8d264ea831a327b968d4be9d2
2022-03-17 20:54:57 +00:00
..
Backend.hs Fix several issues with remote relationships. 2021-12-16 20:29:19 +00:00
Config.hs Yeet some default-extensions 2022-03-16 00:40:17 +00:00
Instances.hs server: Renames the experimental backend modules 2022-02-25 16:09:17 +00:00
Metadata.hs Enable and test remote relationships from remote schemas. 2022-03-17 20:54:57 +00:00
Metadata.hs-boot Enable and test remote relationships from remote schemas. 2022-03-17 20:54:57 +00:00
PGDump.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Query.hs Yeet some default-extensions 2022-03-16 00:40:17 +00:00
V2Query.hs Yeet some default-extensions 2022-03-16 00:40:17 +00:00