GraphQL
ServiceCreateInputshould accept a
rootDirectoryinput
mikenikles
PROOP
7 months ago
Hi,
To create a new service based on a monorepo in GitHub via API, it currently requires two GraphQL mutations:
serviceCreateserviceInstanceUpdate
The first one, serviceCreate, always fails to build because I can't specify the rootDirectory in the ServiceCreateInput. That property is only available in ServiceInstanceUpdateInput.
It's not a blocker, but causes a "Build failed" email to be sent for each service our platform creates via API.
0 Threads mention this feature
0 Replies