graphql-engine/server/tests-py/queries/graphql_query/permissions/teardown.yaml
Rakesh Emmadi 0833d35088 generate scalar types for SQL function arguments (fix #1632) (#1633)
Also involved a refactor of the internals to localise the context needed for each field
2019-02-22 15:57:38 +05:30

14 lines
271 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
DROP TABLE article;
DROP TABLE author;
DROP TABLE "Track" cascade;
DROP TABLE "Artist";
DROP TABLE geom_table;
DROP TABLE jsonb_table;
DROP TABLE gpa cascade;
cascade: true