graphql-engine/server/src-test/Test/Parser
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
..
Expectation.hs server: adding a few code comments 2022-07-12 09:26:32 +00:00
Field.hs server: Metadata origin for definitions (type parameter version v2) 2022-06-28 15:53:44 +00:00
Internal.hs server: remove systemDefined field from CoreFieldInfo 2022-07-13 15:21:01 +00:00
Monad.hs Remove remote schema permissions from schema options. 2022-07-18 13:09:40 +00:00