mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
5bc0355bdd
GitOrigin-RevId: abd7303aaf8e7a8739fd10574249aec450082ef8
13 lines
202 B
YAML
13 lines
202 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
INSERT INTO "user" (name, score) VALUES
|
|
('Starke Blake', 0)
|
|
, ('Bellamy Blake', 10)
|
|
, ('Dora Black', 50)
|
|
;
|
|
|