From e361a48a1592fec080fd0243d4fd3bf388b0e4d4 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Sat, 26 Nov 2022 14:28:02 +0300 Subject: [PATCH] Go --- .../tests/__snapshots__/soap-country-info.spec.ts.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/soap-country-info/tests/__snapshots__/soap-country-info.spec.ts.snap b/examples/soap-country-info/tests/__snapshots__/soap-country-info.spec.ts.snap index dea30f6195342..99b004afcd332 100644 --- a/examples/soap-country-info/tests/__snapshots__/soap-country-info.spec.ts.snap +++ b/examples/soap-country-info/tests/__snapshots__/soap-country-info.spec.ts.snap @@ -6,7 +6,7 @@ exports[`SOAP Country Info should generate correct schema 1`] = ` mutation: Mutation } -directive @soap(endpoint: String, bindingNamespace: String, elementName: String) on FIELD_DEFINITION +directive @soap(bindingNamespace: String, elementName: String, endpoint: String) on FIELD_DEFINITION type CountryInfoService_ArrayOftContinent { tContinent: [CountryInfoService_tContinent]!