graphql-engine/server/src-lib/Hasura/GraphQL
Auke Booij 6515ae8dbe Improve description for table select columns enum type
Before:
```
select Name {unName = "upeopoeklplxfaa"}columns of table "exbiovdrgjqskdr"
```
After:
```
select "upeopoeklplxfaa" columns of table "exbiovdrgjqskdr"
```

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6143
GitOrigin-RevId: 80a4075057c6d7361a000cb5c1e9b7a166a4f125
2022-10-03 11:00:10 +00:00
..
Execute server: Rename AltJ to ViaJSON 2022-09-21 18:42:30 +00:00
Schema Improve description for table select columns enum type 2022-10-03 11:00:10 +00:00
Transport Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
Analyse.hs Rewrite OpenAPI 2022-06-30 12:57:09 +00:00
ApolloFederation.hs server: support for Apollo federation 2022-07-25 15:54:41 +00:00
Context.hs server: runParse returns QErr 2022-06-16 12:22:30 +00:00
Execute.hs server: Remove QErr and Code dependencies from the schema parsers. 2022-07-27 12:26:44 +00:00
Explain.hs server: support for Apollo federation 2022-07-25 15:54:41 +00:00
Logging.hs Source typename customization (close graphql-engine#6974) 2021-10-29 14:43:14 +00:00
Namespace.hs Move MkTypename and NamingCase into their own modules. 2022-07-12 14:01:28 +00:00
ParameterizedQueryHash.hs Implement HLint suggestions and turn warnings into errors 2022-07-01 10:50:33 +00:00
RemoteServer.hs Use a different reader context for sources and remote schemas with new SchemaT monad. 2022-09-06 16:49:23 +00:00
Schema.hs server: Permit strings for numerical input fields 2022-09-30 13:25:57 +00:00