graphql-engine

This note is in Hasura.Backends.Postgres.SQL.RenameIdentifiers.

Postgres identifier length limitations

Postgres truncates identifiers to a maximum of 63 characters by default (see https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS).