Skip to content

Commit

Permalink
Go
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Nov 26, 2022
1 parent a575201 commit e361a48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]!
Expand Down

0 comments on commit e361a48

Please sign in to comment.