graphql-engine/server/src-lib/Hasura/GraphQL
Antoine Leblanc f1ef8338ee Fix not detecting collisions between remote relationships for the unauthenticated context.
### Description

This very small PR fixes an error introduced in #3811, when changing the collision detection code: we were properly doing collision detection for remote schemas for the unauthenticated context, and also removing remote relationships... but then we were not using the result to build the schema.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3986
GitOrigin-RevId: 26a5553bf82574f2764fd594b0616dfea95a4757
2022-03-15 15:14:07 +00:00
..
Execute Document ActionFieldsG 2022-03-12 01:38:19 +00:00
Parser Remove MonadTableInfo and MonadRole. 2022-03-10 12:13:35 +00:00
Schema Add remote relationships from remote schemas in schema parser generators 2022-03-14 16:22:50 +00:00
Transport Enable remote joins from remote schemas in the execution engine. 2022-03-09 03:18:22 +00:00
Analyse.hs server: add validation for query collections 2022-03-08 09:49:18 +00:00
Context.hs Source typename customization (close graphql-engine#6974) 2021-10-29 14:43:14 +00:00
Execute.hs Improve remote joins collect 2022-03-10 06:18:48 +00:00
Explain.hs Improve remote joins collect 2022-03-10 06:18:48 +00:00
Logging.hs Source typename customization (close graphql-engine#6974) 2021-10-29 14:43:14 +00:00
Namespace.hs Refactor type name customization 2021-11-30 09:52:53 +00:00
ParameterizedQueryHash.hs Prevent uses of unsafeMkName whenever possible. 2022-01-27 15:13:37 +00:00
Parser.hs Build introspection Schema ad-hoc at parsing time 2022-02-21 20:23:55 +00:00
RemoteServer.hs Add remote relationships from remote schemas in schema parser generators 2022-03-14 16:22:50 +00:00
Schema.hs Fix not detecting collisions between remote relationships for the unauthenticated context. 2022-03-15 15:14:07 +00:00