Skip to content

February 23, 2025

Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 23 Feb 11:05
· 237 commits to master since this release
63490c7

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Minor Changes

  • #8414
    d9cf1d3
    Thanks @ardatan! - Auto detection of SOAP version to decide SOAP
    namespace; For SOAP 1.1, it is set to http://schemas.xmlsoap.org/soap/envelope/ and for SOAP
    1.2, it is set to http://www.w3.org/2003/05/soap-envelope.

    If you want to use a custom namespace, you can set it like below;

    import { defineConfig } from '@graphql-mesh/compose-cli'
    import { loadSOAPSubgraph } from '@omnigraph/soap'
    
    export const composeConfig = defineConfig({
      subgraphs: [
        {
          sourceHandler: loadSOAPSubgraph('CountryInfo', {
            source:
              'http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL',
            soapNamespace: 'http://foo.com/schemas/soap/envelope'
          })
        }
      ]
    })

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

  • #8414
    d9cf1d3
    Thanks @ardatan! - Auto detection of SOAP version to decide SOAP
    namespace; For SOAP 1.1, it is set to http://schemas.xmlsoap.org/soap/envelope/ and for SOAP
    1.2, it is set to http://www.w3.org/2003/05/soap-envelope.

    If you want to use a custom namespace, you can set it like below;

    import { defineConfig } from '@graphql-mesh/compose-cli'
    import { loadSOAPSubgraph } from '@omnigraph/soap'
    
    export const composeConfig = defineConfig({
      subgraphs: [
        {
          sourceHandler: loadSOAPSubgraph('CountryInfo', {
            source:
              'http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL',
            soapNamespace: 'http://foo.com/schemas/soap/envelope'
          })
        }
      ]
    })
  • Updated dependencies []:

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@omnigraph/[email protected]

Patch Changes

@omnigraph/[email protected]

Patch Changes

@omnigraph/[email protected]

Patch Changes

@omnigraph/[email protected]

Patch Changes

@omnigraph/[email protected]

Patch Changes

@omnigraph/[email protected]

Patch Changes

@omnigraph/[email protected]

Minor Changes

  • #8414
    d9cf1d3
    Thanks @ardatan! - Auto detection of SOAP version to decide SOAP
    namespace; For SOAP 1.1, it is set to http://schemas.xmlsoap.org/soap/envelope/ and for SOAP
    1.2, it is set to http://www.w3.org/2003/05/soap-envelope.

    If you want to use a custom namespace, you can set it like below;

    import { defineConfig } from '@graphql-mesh/compose-cli'
    import { loadSOAPSubgraph } from '@omnigraph/soap'
    
    export const composeConfig = defineConfig({
      subgraphs: [
        {
          sourceHandler: loadSOAPSubgraph('CountryInfo', {
            source:
              'http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL',
            soapNamespace: 'http://foo.com/schemas/soap/envelope'
          })
        }
      ]
    })

Patch Changes

@omnigraph/[email protected]

Patch Changes

@omnigraph/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Minor Changes

  • #8414
    d9cf1d3
    Thanks @ardatan! - Auto detection of SOAP version to decide SOAP
    namespace; For SOAP 1.1, it is set to http://schemas.xmlsoap.org/soap/envelope/ and for SOAP
    1.2, it is set to http://www.w3.org/2003/05/soap-envelope.

    If you want to use a custom namespace, you can set it like below;

    import { defineConfig } from '@graphql-mesh/compose-cli'
    import { loadSOAPSubgraph } from '@omnigraph/soap'
    
    export const composeConfig = defineConfig({
      subgraphs: [
        {
          sourceHandler: loadSOAPSubgraph('CountryInfo', {
            source:
              'http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL',
            soapNamespace: 'http://foo.com/schemas/soap/envelope'
          })
        }
      ]
    })

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes