mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
10 lines
187 B
YAML
10 lines
187 B
YAML
- args:
|
|
sql: |-
|
|
CREATE VIEW article_safe AS
|
|
SELECT id, title, rating
|
|
FROM article;
|
|
type: run_sql
|
|
- args:
|
|
name: article_safe
|
|
type: add_existing_table_or_view
|