Naming conventions for GraphQL schema
When you build a GraphQL API with Hasura, the GraphQL Engine automatically
generates names for the GraphQL schema objects.
Starting with Hasura v2.8.0
, you can
customize the name of fields, types, and arguments.
Why would you customize the names? In certain use cases, one Hasura application
might have multiple databases. With the "naming convention" feature, you can:
* group together all fields belonging to a database
* solve co