chore(deps): bump github.com/99designs/gqlgen from 0.17.41 to 0.17.42

Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.41 to 0.17.42.
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/99designs/gqlgen/compare/v0.17.41...v0.17.42)
This commit is contained in:
2023-12-30 06:24:41 +00:00
parent bed52ea25c
commit 92d33b078c
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -36,6 +36,9 @@ type InputSubGraph struct {
Sdl string `json:"sdl"`
}
type Mutation struct {
}
type Organization struct {
ID string `json:"id"`
Name string `json:"name"`
@@ -43,6 +46,9 @@ type Organization struct {
APIKeys []*APIKey `json:"apiKeys"`
}
type Query struct {
}
type SubGraph struct {
ID string `json:"id"`
Service string `json:"service"`