graphql-engine/server/tests-py/queries/graphql_query/relay/permissions/teardown.yaml
Rakesh Emmadi 4e229dc568
relay fixes (#5013)
* fix relay introspection failing if any views exist, fix #5020

* reduce base64 encoded node id length, close #5037

* make node field type non-nullable in an edge

* more relay tests with permissions & complete restructure of test yaml files

Co-authored-by: Aravind <aravindkp@outlook.in>
Co-authored-by: Vamshi Surabhi <0x777@users.noreply.github.com>
2020-06-16 19:55:49 +05:30

9 lines
129 B
YAML

type: bulk
args:
- type: run_sql
args:
cascade: true
sql: |
DROP TABLE article CASCADE;
DROP TABLE author;