mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
ed26da59a6
These changes also add a new type, PGColumnType, between PGColInfo and PGScalarType, and they process PGRawColumnType values into PGColumnType values during schema cache generation.
12 lines
159 B
YAML
12 lines
159 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: insert
|
|
args:
|
|
table: users
|
|
objects:
|
|
- name: Alyssa
|
|
favorite_color: red
|
|
- name: Ben
|
|
favorite_color: blue
|