Back to Graphql Engine

Schema

docs/docs/schema/bigquery/index.mdx

2.48.161.3 KB
Original Source

BigQuery: Schema

The Hasura GraphQL Engine automatically generates your GraphQL schema and resolvers based on your tables/views in BigQuery. You don't need to write a GraphQL schema or resolvers. See How Hasura GraphQL Engine works for more details.

The Hasura Console gives you UI tools that speed up your data-modeling process, or working with your existing database.

The Hasura GraphQL Engine lets you do anything you would usually do with BigQuery by giving you GraphQL over native BigQuery constructs.

See:

<!-- TODO: DB-COMPATIBILITY .. toctree:: :maxdepth: 1 Tables basics <tables> Table relationships <table-relationships/index> Remote relationships <remote-relationships/index> Extend with views <views> Extend with SQL functions <custom-functions> Default field values <default-values/index> Enum type fields <enums> Computed fields <computed-fields> Customize auto-generated fields <custom-field-names> Data validations <data-validations> Using an existing database <using-existing-database> Relay schema <relay-schema> -->