mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
8 lines
226 B
YAML
8 lines
226 B
YAML
- args:
|
|
cascade: false
|
|
sql: |-
|
|
INSERT INTO author (name) values ('J.R.R Tolkien');
|
|
INSERT INTO author (name) values ('J.K Rowling');
|
|
INSERT INTO author (name) values ('Stephen King');
|
|
type: run_sql
|