Can not apply Blueprints - GraphQL returns 422

Hello,

I’m stuck in the middle of merging repos.

The graphql endpoint returns 422 when creating a new blueprint that matches existing resources.

{“errors”:[{“message”:“must be defined”,“path”:[“variable”,“envVars”,0,“serviceType”],“extensions”:{“code”:“GRAPHQL_VALIDATION_FAILED”}}],“data”:null}

The mutation is: approveIACSync

Could anyone help?

Thank you!

Responded directly. We were able to resolve this by making sure during the Blueprint review stage, that values for env variables set to sync: false were left blank when confirming.

Thanks for posting the solution, wanted to say I just encountered this as well and this solution worked for me, but I’m assuming this either shouldn’t 422 or alert the user what the issue is?