mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 13:58:08 +00:00
metadata export
This commit is contained in:
parent
f1780f541b
commit
4db8537fe4
11 changed files with 21 additions and 10 deletions
1
hasura-rest/metadata/api_limits.yaml
Normal file
1
hasura-rest/metadata/api_limits.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
hasura-rest/metadata/backend_configs.yaml
Normal file
1
hasura-rest/metadata/backend_configs.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -4,13 +4,6 @@
|
|||
connection_info:
|
||||
database_url:
|
||||
from_env: HASURA_GRAPHQL_DATABASE_URL
|
||||
tables:
|
||||
- table:
|
||||
schema: public
|
||||
name: users
|
||||
insert_permissions:
|
||||
- role: anonymous
|
||||
permission:
|
||||
check: {}
|
||||
columns:
|
||||
- name
|
||||
isolation_level: read-committed
|
||||
use_prepared_statements: false
|
||||
tables: "!include default/tables/tables.yaml"
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
table:
|
||||
name: users
|
||||
schema: public
|
||||
insert_permissions:
|
||||
- role: anonymous
|
||||
permission:
|
||||
check: {}
|
||||
columns:
|
||||
- name
|
|
@ -0,0 +1 @@
|
|||
- "!include public_users.yaml"
|
1
hasura-rest/metadata/graphql_schema_introspection.yaml
Normal file
1
hasura-rest/metadata/graphql_schema_introspection.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
disabled_for_roles: []
|
1
hasura-rest/metadata/inherited_roles.yaml
Normal file
1
hasura-rest/metadata/inherited_roles.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
1
hasura-rest/metadata/metrics_config.yaml
Normal file
1
hasura-rest/metadata/metrics_config.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
hasura-rest/metadata/network.yaml
Normal file
1
hasura-rest/metadata/network.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
hasura-rest/metadata/opentelemetry.yaml
Normal file
1
hasura-rest/metadata/opentelemetry.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
hasura-rest/metadata/rest_endpoints.yaml
Normal file
1
hasura-rest/metadata/rest_endpoints.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
Loading…
Add table
Reference in a new issue