forked from daeuniverse/daed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'daeuniverse:main' into test-01
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule wing
updated
17 files
+3 −0 | .gitmodules | |
+23 −22 | Makefile | |
+13 −5 | cmd/cmd.go | |
+15 −8 | cmd/run.go | |
+1 −0 | dae-core | |
+20 −12 | dae/dae.go | |
+3 −3 | go.mod | |
+2 −4 | go.sum | |
+11 −4 | graphql/query.go | |
+104 −55 | graphql/service/config/mutation_utils.go | |
+5 −5 | graphql/service/dns/mutation_utils.go | |
+5 −7 | graphql/service/dns/resolver.go | |
+11 −2 | graphql/service/general/dae_resolver.go | |
+6 −0 | graphql/service/general/resolver.go | |
+2 −0 | graphql/service/general/schema.go | |
+5 −5 | graphql/service/routing/mutation_utils.go | |
+5 −7 | graphql/service/routing/resolver.go |