graphql-engine/server/src-lib/Hasura/GraphQL/Schema
Rakesh Emmadi 9ca0bc1e5c server: remove identity notion from table columns
>

### Description
>
While adding [insert mutation schema parser for MSSQL backend](https://github.com/hasura/graphql-engine-mono/pull/2141) I also included [identity](https://en.wikipedia.org/wiki/Identity_column) notion to table columns across all backends. In MSSQL we cannot insert any value (even `DEFAULT` expression) into Identity columns. This behavior of identity columns is not same in Postgres as we can insert values. This PR drops the notion of identity in the column info. The context of identity columns for MSSQL is carried in `ExtraTableMetadata` type.

### Changelog

- [x] `CHANGELOG.md` is updated with user-facing content relevant to this PR. If no changelog is required, then add the `no-changelog-required` label.

### Affected components

- [x] Server
- [ ] Console
- [ ] CLI
- [ ] Docs
- [ ] Community Content
- [ ] Build System
- [x] Tests
- [ ] Other (list it)

### Related Issues
->
Fix https://github.com/hasura/graphql-engine/issues/7557

https://github.com/hasura/graphql-engine-mono/pull/2378

GitOrigin-RevId: c18b5708e2e6107423a0a95a7fc2e9721e8a21a1
2021-09-17 09:03:06 +00:00
..
Action.hs server: remove identity notion from table columns 2021-09-17 09:03:06 +00:00
Backend.hs server/mssql: integrate insert mutation schema parser for MSSQL backend 2021-08-31 13:35:49 +00:00
BoolExp.hs server/postgres: Support computed fields in permission check/filter 2021-07-28 08:10:25 +00:00
Build.hs server: add IR support for DB-to-DB joins 2021-07-26 13:05:53 +00:00
Common.hs server/bigquery: implement _in and _nin operators. (close #7343) 2021-08-06 19:58:33 +00:00
Instances.hs mysql: Metadata awareness 2021-07-15 12:45:51 +00:00
Introspect.hs server: fix order of fields in introspection output 2021-05-19 16:38:54 +00:00
Mutation.hs server: remove identity notion from table columns 2021-09-17 09:03:06 +00:00
OrderBy.hs server/postgres: support computed fields in order by 2021-07-27 16:28:23 +00:00
Postgres.hs server: add IR support for DB-to-DB joins 2021-07-26 13:05:53 +00:00
Remote.hs Remote Schema Customization take 2 using parser tranformations 2021-07-30 11:33:59 +00:00
Select.hs server: fix the nullability of object relationships (fix hasura/graphql-engine#7201) 2021-08-26 15:27:34 +00:00
Table.hs server: add metadata for DB-DB remote joins 2021-07-22 23:07:10 +00:00