Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Aug 11, 2024
1 parent 7b2961f commit 557e637
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/core/snapshots/grpc-map.md_merged.snap
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ type Query {
@grpc(body: "{{.args.mapRequest}}", method: "map.MapService.GetMap")
}

type map__MapResponse @tag(id: "map.MapResponse") {
type map__MapResponse {
map: JSON!
}
12 changes: 6 additions & 6 deletions tests/core/snapshots/grpc-oneof.md_merged.snap
Original file line number Diff line number Diff line change
Expand Up @@ -88,29 +88,29 @@ type Query {
@grpc(body: "{{.args.request}}", method: "oneof.OneOfService.GetOneOf")
}

type oneof__Command @tag(id: "oneof.Command") {
type oneof__Command {
command: String
}

type oneof__Payload @tag(id: "oneof.Payload") {
type oneof__Payload {
payload: String
}

type oneof__Response__Var @tag(id: "oneof.Response") {
type oneof__Response__Var {
usual: Int
}

type oneof__Response__Var0 @tag(id: "oneof.Response") {
type oneof__Response__Var0 {
payload: oneof__Payload!
usual: Int
}

type oneof__Response__Var1 @tag(id: "oneof.Response") {
type oneof__Response__Var1 {
command: oneof__Command!
usual: Int
}

type oneof__Response__Var2 @tag(id: "oneof.Response") {
type oneof__Response__Var2 {
response: String!
usual: Int
}

0 comments on commit 557e637

Please sign in to comment.