mutation SubmitReadyOrder($input: SubmitReadyOrderInput!) { submitReadyOrder(input: $input) { id code status createdAt } }