We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33dfef0 commit e03828dCopy full SHA for e03828d
pkg/apis/environment/types.go
@@ -57,7 +57,7 @@ type GetEnvironment struct {
57
type CreateEnvironmentGetGQLRequest struct {
58
Query string `json:"query"`
59
Variables struct {
60
- ProjectID string `json:"projectID"`
61
- EnvironmentID string `json:"environmentID"`
+ ProjectID string `json:"projectID"`
+ EnvironmentID string `json:"environmentID"`
62
}
63
0 commit comments