1 2 3 4 5 6 7
mutation VolumeMountPathUpdate($serviceId: String, $environmentId: String!, $volumeId: String!, $mountPath: String!) { volumeInstanceUpdate( input: {serviceId: $serviceId, mountPath: $mountPath} environmentId: $environmentId volumeId: $volumeId ) }