mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
5bc0355bdd
GitOrigin-RevId: abd7303aaf8e7a8739fd10574249aec450082ef8
30 lines
589 B
YAML
30 lines
589 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
CREATE TABLE hello (
|
|
id SERIAL PRIMARY KEY,
|
|
name TEXT
|
|
);
|
|
|
|
- type: track_table
|
|
args:
|
|
schema: public
|
|
name: hello
|
|
- type: add_remote_schema
|
|
args:
|
|
name: simple1-graphql
|
|
comment: testing
|
|
definition:
|
|
url: '{{REMOTE_SCHEMAS_WEBHOOK_DOMAIN}}/user-graphql'
|
|
forward_client_headers: false
|
|
- type: add_remote_schema
|
|
args:
|
|
name: simple2-graphql
|
|
comment: testing
|
|
definition:
|
|
url: '{{REMOTE_SCHEMAS_WEBHOOK_DOMAIN}}/union-graphql'
|
|
forward_client_headers: false
|