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