graphql-engine/server/src-lib/Hasura/GraphQL/Schema
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
..
Action.hs Inline scalar type names in RQL.Common. 2022-07-15 10:11:13 +00:00
Backend.hs Move MkTypename and NamingCase into their own modules. 2022-07-12 14:01:28 +00:00
BoolExp.hs Move SchemaOptions to its own module, remove magic bools 2022-07-14 17:59:01 +00:00
Build.hs Move MkTypename and NamingCase into their own modules. 2022-07-12 14:01:28 +00:00
Common.hs Move SchemaOptions to its own module, remove magic bools 2022-07-14 17:59:01 +00:00
Instances.hs Rename Data Wrapper to Data Connector [GDW-89] 2022-05-02 05:04:07 +00:00
Introspect.hs server: Metadata origin for definitions (type parameter version v2) 2022-06-28 15:53:44 +00:00
Mutation.hs Move MkTypename and NamingCase into their own modules. 2022-07-12 14:01:28 +00:00
NamingCase.hs Move MkTypename and NamingCase into their own modules. 2022-07-12 14:01:28 +00:00
Node.hs Clean Relay's code, break schema cycles, introduce Node ID V2 2022-06-07 13:36:29 +00:00
Options.hs Remove remote schema permissions from schema options. 2022-07-18 13:09:40 +00:00
OrderBy.hs Move MkTypename and NamingCase into their own modules. 2022-07-12 14:01:28 +00:00
Parser.hs server: Metadata origin for definitions (type parameter version v2) 2022-06-28 15:53:44 +00:00
Postgres.hs server: Metadata origin for definitions (type parameter version v2) 2022-06-28 15:53:44 +00:00
Relay.hs Move SchemaOptions to its own module, remove magic bools 2022-07-14 17:59:01 +00:00
Remote.hs Move MkTypename and NamingCase into their own modules. 2022-07-12 14:01:28 +00:00
RemoteRelationship.hs Remove remote schema permissions from schema options. 2022-07-18 13:09:40 +00:00
Select.hs Move SchemaOptions to its own module, remove magic bools 2022-07-14 17:59:01 +00:00
SubscriptionStream.hs Move SchemaOptions to its own module, remove magic bools 2022-07-14 17:59:01 +00:00
Table.hs Move MkTypename and NamingCase into their own modules. 2022-07-12 14:01:28 +00:00
Typename.hs Move MkTypename and NamingCase into their own modules. 2022-07-12 14:01:28 +00:00
Update.hs Move MkTypename and NamingCase into their own modules. 2022-07-12 14:01:28 +00:00