graphql-engine/server/tests-py/queries/graphql_query/functions/teardown.yaml

13 lines
283 B
YAML

type: bulk
args:
#Drop table and function from postgres
- type: run_sql
args:
sql: |
DROP TABLE post cascade;
DROP TABLE test cascade;
DROP TABLE integer_column cascade;
DROP TABLE "user" cascade;
DROP TABLE text_result cascade;
cascade: true