graphql-engine/server/src-lib/Hasura
Antoine Leblanc a3e23adac5 Remove remote schema permissions from schema options.
### Description

A trivial PR, extracted out of #4936, that removes remote schema permissions from the schema context, as they are only ever used at the top level: whether or not we need to use remote schema permissions is not something that impacts _how_ we build the schema, but whether some parts of the schema should be built at all, and therefore doesn't need to be accessible throughout the build process.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5050
GitOrigin-RevId: 734673370393d5640ad753222982baf2698f6d8f
2022-07-18 13:09:40 +00:00
..
Backends server/postgres: document and refactor IdentifierUniqueness and SQL.DML 2022-07-18 09:46:17 +00:00
Base server: more GHC 9.2 changes compatible with 8.10 (#3550) 2022-07-07 16:51:18 +00:00
Cache server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Eventing server/postgres: document and refactor IdentifierUniqueness and SQL.DML 2022-07-18 09:46:17 +00:00
GraphQL Remove remote schema permissions from schema options. 2022-07-18 13:09:40 +00:00
Incremental server: more GHC 9.2 changes compatible with 8.10 (#3550) 2022-07-07 16:51:18 +00:00
Metadata Rewrite OpenAPI 2022-06-30 12:57:09 +00:00
RQL Inline scalar type names in RQL.Common. 2022-07-15 10:11:13 +00:00
Server Adds unit tests for pro arg/env parsing 2022-07-17 02:05:08 +00:00
SQL Rewrite OpenAPI 2022-06-30 12:57:09 +00:00
App.hs OSS Init Modules Restructure 2022-07-15 08:55:25 +00:00
EncJSON.hs Fix JSON encoding issue (fix hasura/graphql-engine#7543 and hasura/graphql-engine#8200) 2022-04-05 19:11:30 +00:00
GC.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
HTTP.hs Add Data Connector agent request logging, improve error messages, and add tracing support [GDW-83] 2022-07-11 08:05:40 +00:00
Incremental.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Logging.hs Add Data Connector agent request logging, improve error messages, and add tracing support [GDW-83] 2022-07-11 08:05:40 +00:00
Name.hs server: Reorganize quasi-quoted names. 2022-06-23 09:15:31 +00:00
Prelude.hs server/postgres: document and refactor IdentifierUniqueness and SQL.DML 2022-07-18 09:46:17 +00:00
QueryTags.hs server: support query tags for MSSQL data sources 2022-04-28 19:34:45 +00:00
Session.hs Weeding (2/?) 2022-06-09 16:40:49 +00:00
Tracing.hs Add Data Connector agent request logging, improve error messages, and add tracing support [GDW-83] 2022-07-11 08:05:40 +00:00