mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +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
|