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!