GraphQL
ServiceCreateInput
should accept a
rootDirectory
input
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:

  • serviceCreate

  • serviceInstanceUpdate

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.

Under Review

0 Threads mention this feature

0 Replies

Loading...