Skip to content

Commit

Permalink
feat: create empty hasura directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Sep 6, 2023
1 parent c8f7a9c commit c5da7db
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
7 changes: 7 additions & 0 deletions hasura/metadata/actions.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
actions: []
custom_types:
<<<<<<< HEAD
enums: []
input_objects: []
objects: []
scalars: []
=======
enums: []
input_objects: []
objects: []
scalars: []
>>>>>>> c1752e1 (feat: create empty hasura directory)
4 changes: 4 additions & 0 deletions hasura/metadata/allow_list.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<<<<<<< HEAD
- collection: allowed-queries
scope:
global: true
=======
[]
>>>>>>> c1752e1 (feat: create empty hasura directory)
4 changes: 4 additions & 0 deletions hasura/metadata/databases/databases.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
- name: default
kind: postgres
configuration:
Expand Down Expand Up @@ -73,3 +74,6 @@
type_names:
prefix: xstaxy_
tables: "!include xstaxy/tables/tables.yaml"
=======
[]
>>>>>>> c1752e1 (feat: create empty hasura directory)
4 changes: 4 additions & 0 deletions hasura/metadata/query_collections.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<<<<<<< HEAD
- name: allowed-queries
definition:
queries: []
=======
[]
>>>>>>> c1752e1 (feat: create empty hasura directory)
1 change: 0 additions & 1 deletion hasura/migrations/a

This file was deleted.

0 comments on commit c5da7db

Please sign in to comment.