Hasura Seed Data
Hasura "Seeds" file
Synopsis
hasura seeds create seed_name [flags]Examples
# Create a new seed file and use editor to add SQL:
hasura seed create new_table_seed
# Create a new seed by exporting data from tables already present in the database:
hasura seed create table1_seed --from-table table1
# Export data from multiple tables:
hasura seed create tables_seed --from-table table1 --from-table table2Apply the Seed data
Synopsis
Examples
Last updated
Was this helpful?