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

11 lines
210 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
DROP FUNCTION fetch_articles(text, author);
DROP FUNCTION full_name(author);
DROP TABLE article;
DROP TABLE author;
cascade: true