Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/envs.go
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ import (

func (g *Gateway) GetEnvs(ctx context.Context, req *entity.GetEnvsRequest) (*entity.Envs, error) {
gqlReq, err := g.NewRequestWithAuth(`
query ($projectId: String!, $environmentId: String!, $serviceId: String) {
query ($projectId: String!, $environmentId: String!, $serviceId: String!) {
decryptedVariablesForService(projectId: $projectId, environmentId: $environmentId, serviceId: $serviceId)
}
`)

0 comments on commit 258a1cf

Please sign in to comment.