Skip to main content
Version: v2.x

MS SQL Server: Customize Auto-Generated Field Names

Introduction

Hasura auto-generates GraphQL field names based on your database table and column names. If you'd like to change the defaults, it is possible to override and rename the auto-generated table and column field names exposed over the GraphQL API.

Supported from

This feature is supported in versions v1.0.0-beta.8 and later.

Expose columns with a different name in the GraphQL API

Console support coming soon

Expose table root fields with a different name in the GraphQL API

Console support coming soon