Skip to content

Commit

Permalink
Merge pull request #2 from ysugimoto/collect-input-object-on-mutation
Browse files Browse the repository at this point in the history
Collect input object on mutation
  • Loading branch information
ysugimoto authored Apr 13, 2020
2 parents 96b1dd5 + cc020bd commit 1d0a88d
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 72 deletions.
1 change: 0 additions & 1 deletion example/greeter/graphql.proto

This file was deleted.

1 change: 0 additions & 1 deletion example/starwars/proto/google

This file was deleted.

1 change: 0 additions & 1 deletion example/starwars/proto/graphql

This file was deleted.

1 change: 1 addition & 0 deletions example/starwars/proto/starwars/starwars.proto
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@ service StartwarsService {
}
};
}

}
60 changes: 30 additions & 30 deletions example/starwars/spec/starwars/starwars.graphql.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 38 additions & 39 deletions example/starwars/spec/starwars/starwars.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJ
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223 h1:DH4skfRX4EBpamg7iV4ZlCpblAHI6s6TDM39bFZumv8=
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
Expand Down
6 changes: 6 additions & 0 deletions protoc-gen-graphql/template.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d0a88d

Please sign in to comment.