Skip to main content
Version: v2.x

BigQuery: 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 v2.0.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