Skip to content

Releases: ardatan/graphql-mesh

December 25, 2024

25 Dec 08:36
982c3c7
Compare
Choose a tag to compare

@graphql-mesh/plugin-jwt-auth@1.4.0

Minor Changes

  • #8189
    83a73ab
    Thanks @jjangga0214! -
    #3590 Do not throw when `request` is not
    available in the context, it can be a WebSockets connection

    • Export helper extractFromConnectionParams to get the token from WebSocket connectionParams
      when GraphQL WS is used like
      here
    import {
      defineConfig,
      extractFromConnectionParams,
      extractFromHeader,
      useJWT
    } from '@graphql-hive/gateway'
    
    export const gatewayConfig = defineConfig({
      jwt: {
        // So it will look for the token in the connectionParams.my-token field in case of a WebSockets connection
        // It will check WS params and headers, and get the available one
        lookupLocations: [
          extractFromConnectionParams({ name: 'my-token' }),
          extractFromHeader({ name: 'authorization', prefix: 'Bearer ' })
        ]
      }
    })

December 24, 2024

24 Dec 10:43
11f3de2
Compare
Choose a tag to compare

@graphql-mesh/cache-cfw-kv@0.104.10

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/cache-file@0.103.11

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/cache-inmemory-lru@0.0.6

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/cache-localforage@0.103.11

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/cache-inmemory-lru@0.0.6
    • @graphql-mesh/types@0.103.10

@graphql-mesh/cache-redis@0.103.11

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/compose-cli@1.3.3

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/fusion-composition@0.7.16
    • @graphql-mesh/include@0.2.9
    • @graphql-mesh/types@0.103.10

@graphql-mesh/fusion-composition@0.7.16

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10

@graphql-mesh/include@0.2.9

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10

@graphql-mesh/apollo-link@0.105.10

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/runtime@0.105.10

@graphql-mesh/cli@0.98.15

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/include@0.2.9
    • @graphql-mesh/config@0.106.15
    • @graphql-mesh/http@0.105.10
    • @graphql-mesh/runtime@0.105.10
    • @graphql-mesh/store@0.103.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/config@0.106.15

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/cache-localforage@0.103.11
    • @graphql-mesh/merger-bare@0.104.13
    • @graphql-mesh/merger-stitching@0.104.10
    • @graphql-mesh/runtime@0.105.10
    • @graphql-mesh/store@0.103.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/graphql@0.103.11

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/store@0.103.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/grpc@0.106.10

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/store@0.103.10
    • @graphql-mesh/transport-grpc@0.1.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/json-schema@0.108.10

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/store@0.103.10
    • @omnigraph/json-schema@0.108.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/mongoose@0.103.10

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/mysql@0.104.10

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/store@0.103.10
    • @omnigraph/mysql@0.8.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/neo4j@0.105.10

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/store@0.103.10
    • @graphql-mesh/types@0.103.10
    • @omnigraph/neo4j@0.9.10

@graphql-mesh/odata@0.105.10

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/store@0.103.10
    • @omnigraph/odata@0.1.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/openapi@0.108.12

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/store@0.103.10
    • @omnigraph/openapi@0.108.12
    • @graphql-mesh/types@0.103.10

@graphql-mesh/postgraphile@0.103.10

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/store@0.103.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/raml@0.108.10

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/store@0.103.10
    • @omnigraph/raml@0.108.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/soap@0.105.10

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/store@0.103.10
    • @omnigraph/soap@0.105.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/supergraph@0.9.11

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/store@0.103.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/thrift@0.105.10

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/store@0.103.10
    • @omnigraph/thrift@0.8.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/tuql@0.104.10

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/types@0.103.10
    • @omnigraph/sqlite@0.7.10

@graphql-mesh/http@0.105.10

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/runtime@0.105.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/merger-bare@0.104.13

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/merger-stitching@0.104.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/merger-stitching@0.104.10

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/store@0.103.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/migrate-config-cli@1.4.7

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/compose-cli@1.3.3
    • @graphql-mesh/cli@0.98.15
    • @graphql-mesh/config@0.106.15
    • @graphql-mesh/types@0.103.10

@graphql-mesh/runtime@0.105.10

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/store@0.103.10

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/transform-cache@0.103.11

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/transform-encapsulate@0.103.10

Patch Changes

  • Updated dependencies
    [b750a41]:
    • @graphql-mesh/utils@0.103.10
    • @graphql-mesh/types@0.103.10

@graphql-mesh/transform-extend@0.103.10

Patch Changes

  • Updated dependencies
    [[b750a41](b...
Read more

December 24, 2024

24 Dec 09:22
88acc96
Compare
Choose a tag to compare

@graphql-mesh/plugin-http-cache@0.103.10

Patch Changes

  • #8162
    a278925
    Thanks @ardatan! - Relax the typings so the plugin can be used as
    GatewayPlugin.

    The pointed line was previously failing because ctx is GatewayConfigContext which has config
    etc as optional, but the old type of the plugin options was MeshPluginOptions which expects
    cache, pubsub etc and more things that are not available in GatewayConfigContext.

    import { defineConfig, useHttpCache } from '@graphql-hive/gateway'
    
    export const gatewayConfig = defineConfig({
      plugins: ctx => [
        useHttpCache({
          ...ctx // This was failing
        })
      ]
    })

December 16, 2024

16 Dec 13:12
8f682fd
Compare
Choose a tag to compare

@graphql-mesh/cli@0.98.14

Patch Changes

  • Updated dependencies
    [6991fe3]:
    • @graphql-mesh/config@0.106.14

@graphql-mesh/config@0.106.14

Patch Changes

@graphql-mesh/migrate-config-cli@1.4.6

Patch Changes

  • Updated dependencies
    [6991fe3]:
    • @graphql-mesh/config@0.106.14
    • @graphql-mesh/cli@0.98.14

December 16, 2024

16 Dec 09:37
649d0e9
Compare
Choose a tag to compare

@graphql-mesh/cache-cfw-kv@0.104.9

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/cache-file@0.103.10

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/cache-inmemory-lru@0.0.5

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/cache-localforage@0.103.10

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/cache-inmemory-lru@0.0.5
    • @graphql-mesh/types@0.103.9

@graphql-mesh/cache-redis@0.103.10

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/compose-cli@1.3.2

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/fusion-composition@0.7.15
    • @graphql-mesh/include@0.2.8
    • @graphql-mesh/types@0.103.9

@graphql-mesh/fusion-composition@0.7.15

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9

@graphql-mesh/include@0.2.8

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9

@graphql-mesh/apollo-link@0.105.9

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/runtime@0.105.9

@graphql-mesh/cli@0.98.13

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/config@0.106.13
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/include@0.2.8
    • @graphql-mesh/http@0.105.9
    • @graphql-mesh/runtime@0.105.9
    • @graphql-mesh/store@0.103.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/config@0.106.13

Patch Changes

  • #8150
    10ba2c4
    Thanks @ardatan! - Fix support for bundling environments like
    Next.js Regression introduced in #8082
  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/cache-localforage@0.103.10
    • @graphql-mesh/merger-bare@0.104.12
    • @graphql-mesh/merger-stitching@0.104.9
    • @graphql-mesh/runtime@0.105.9
    • @graphql-mesh/store@0.103.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/graphql@0.103.10

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/store@0.103.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/grpc@0.106.9

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/store@0.103.9
    • @graphql-mesh/transport-grpc@0.1.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/json-schema@0.108.9

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/store@0.103.9
    • @omnigraph/json-schema@0.108.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/mongoose@0.103.9

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/mysql@0.104.9

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/store@0.103.9
    • @omnigraph/mysql@0.8.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/neo4j@0.105.9

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/store@0.103.9
    • @graphql-mesh/types@0.103.9
    • @omnigraph/neo4j@0.9.9

@graphql-mesh/odata@0.105.9

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/store@0.103.9
    • @omnigraph/odata@0.1.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/openapi@0.108.11

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/store@0.103.9
    • @omnigraph/openapi@0.108.11
    • @graphql-mesh/types@0.103.9

@graphql-mesh/postgraphile@0.103.9

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/store@0.103.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/raml@0.108.9

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/store@0.103.9
    • @omnigraph/raml@0.108.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/soap@0.105.9

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/store@0.103.9
    • @omnigraph/soap@0.105.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/supergraph@0.9.10

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/store@0.103.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/thrift@0.105.9

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/store@0.103.9
    • @omnigraph/thrift@0.8.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/tuql@0.104.9

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/types@0.103.9
    • @omnigraph/sqlite@0.7.9

@graphql-mesh/http@0.105.9

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/runtime@0.105.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/merger-bare@0.104.12

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/merger-stitching@0.104.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/merger-stitching@0.104.9

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/store@0.103.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/migrate-config-cli@1.4.5

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/config@0.106.13
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/cli@0.98.13
    • @graphql-mesh/compose-cli@1.3.2
    • @graphql-mesh/types@0.103.9

@graphql-mesh/runtime@0.105.9

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/store@0.103.9

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/transform-cache@0.103.10

Patch Changes

  • Updated dependencies
    [10ba2c4]:
    • @graphql-mesh/utils@0.103.9
    • @graphql-mesh/types@0.103.9

@graphql-mesh/transform-encapsulate@0.103.9

Patch Changes

Read more

December 14, 2024

14 Dec 18:02
3155033
Compare
Choose a tag to compare

@graphql-mesh/cli@0.98.12

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/config@0.106.12

@graphql-mesh/config@0.106.12

Patch Changes

  • Updated dependencies
    [38322fc]:
    • @graphql-mesh/merger-bare@0.104.11

@graphql-mesh/openapi@0.108.10

Patch Changes

  • Updated dependencies
    [38322fc]:
    • @omnigraph/openapi@0.108.10

@graphql-mesh/merger-bare@0.104.11

Patch Changes

@graphql-mesh/migrate-config-cli@1.4.4

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/config@0.106.12
    • @graphql-mesh/cli@0.98.12

@omnigraph/openapi@0.108.10

Patch Changes

December 13, 2024

13 Dec 11:52
bb4aaea
Compare
Choose a tag to compare

@graphql-mesh/cli@0.98.11

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/config@0.106.11

@graphql-mesh/config@0.106.11

Patch Changes

  • Updated dependencies
    [c6c11ff]:
    • @graphql-mesh/merger-bare@0.104.10

@graphql-mesh/openapi@0.108.9

Patch Changes

  • Updated dependencies
    [c6c11ff]:
    • @omnigraph/openapi@0.108.9

@graphql-mesh/merger-bare@0.104.10

Patch Changes

@graphql-mesh/migrate-config-cli@1.4.3

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/config@0.106.11
    • @graphql-mesh/cli@0.98.11

@omnigraph/openapi@0.108.9

Patch Changes

December 12, 2024

12 Dec 13:51
c0fd4ad
Compare
Choose a tag to compare

@graphql-mesh/cache-inmemory-lru@0.0.4

Patch Changes

@graphql-mesh/cache-localforage@0.103.9

Patch Changes

  • Updated dependencies
    [354cdbd]:
    • @graphql-mesh/cache-inmemory-lru@0.0.4

@graphql-mesh/cache-redis@0.103.9

Patch Changes

  • e58b4ac
    Thanks @ardatan! - Use SCAN instead of KEYS to avoid the error
    ERR KEYS command is disabled because total number of keys is too large, please use SCAN

@graphql-mesh/cli@0.98.10

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/config@0.106.10

@graphql-mesh/config@0.106.10

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/cache-localforage@0.103.9

@graphql-mesh/migrate-config-cli@1.4.2

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/config@0.106.10
    • @graphql-mesh/cli@0.98.10

@graphql-mesh/transform-cache@0.103.9

@graphql-mesh/transform-hoist-field@0.103.9

@graphql-mesh/transform-naming-convention@0.103.10

@graphql-mesh/transform-prefix@0.103.10

@graphql-mesh/transform-rate-limit@0.103.9

@graphql-mesh/transform-rename@0.103.9

@graphql-mesh/transform-replace-field@0.103.9

@graphql-mesh/plugin-mock@0.103.9

December 11, 2024

11 Dec 15:17
b71b80d
Compare
Choose a tag to compare

@graphql-mesh/cache-cfw-kv@0.104.8

Patch Changes

  • Updated dependencies
    [93fb364]:
    • @graphql-mesh/utils@0.103.8
    • @graphql-mesh/types@0.103.8

@graphql-mesh/cache-file@0.103.9

Patch Changes

  • Updated dependencies
    [93fb364]:
    • @graphql-mesh/utils@0.103.8
    • @graphql-mesh/types@0.103.8

@graphql-mesh/cache-inmemory-lru@0.0.3

Patch Changes

  • Updated dependencies
    [93fb364]:
    • @graphql-mesh/utils@0.103.8
    • @graphql-mesh/types@0.103.8

@graphql-mesh/cache-localforage@0.103.8

Patch Changes

  • Updated dependencies
    [93fb364]:
    • @graphql-mesh/utils@0.103.8
    • @graphql-mesh/cache-inmemory-lru@0.0.3
    • @graphql-mesh/types@0.103.8

@graphql-mesh/cache-redis@0.103.8

Patch Changes

  • Updated dependencies
    [93fb364]:
    • @graphql-mesh/utils@0.103.8
    • @graphql-mesh/types@0.103.8

@graphql-mesh/compose-cli@1.3.1

Patch Changes

@graphql-mesh/fusion-composition@0.7.14

Patch Changes

  • Updated dependencies
    [93fb364]:
    • @graphql-mesh/utils@0.103.8

@graphql-mesh/include@0.2.7

Patch Changes

@graphql-mesh/apollo-link@0.105.8

Patch Changes

  • Updated dependencies
    [93fb364]:
    • @graphql-mesh/runtime@0.105.8

@graphql-mesh/cli@0.98.9

Patch Changes

  • #8082
    93fb364
    Thanks @ardatan! - Import enhancements

  • Updated dependencies
    [93fb364]:

    • @graphql-mesh/config@0.106.9
    • @graphql-mesh/include@0.2.7
    • @graphql-mesh/runtime@0.105.8
    • @graphql-mesh/utils@0.103.8
    • @graphql-mesh/http@0.105.8
    • @graphql-mesh/store@0.103.8
    • @graphql-mesh/types@0.103.8

@graphql-mesh/config@0.106.9

Patch Changes

  • #8082
    93fb364
    Thanks @ardatan! - Import enhancements

  • Updated dependencies
    [93fb364]:

    • @graphql-mesh/runtime@0.105.8
    • @graphql-mesh/utils@0.103.8
    • @graphql-mesh/cache-localforage@0.103.8
    • @graphql-mesh/merger-bare@0.104.9
    • @graphql-mesh/merger-stitching@0.104.8
    • @graphql-mesh/store@0.103.8
    • @graphql-mesh/types@0.103.8

@graphql-mesh/graphql@0.103.9

Patch Changes

@graphql-mesh/grpc@0.106.8

Patch Changes

  • Updated dependencies
    [93fb364]:
    • @graphql-mesh/utils@0.103.8
    • @graphql-mesh/store@0.103.8
    • @graphql-mesh/transport-grpc@0.1.8
    • @graphql-mesh/types@0.103.8

@graphql-mesh/json-schema@0.108.8

Patch Changes

  • #8082
    93fb364
    Thanks @ardatan! - Import enhancements

  • Updated dependencies
    [93fb364]:

    • @graphql-mesh/utils@0.103.8
    • @graphql-mesh/store@0.103.8
    • @omnigraph/json-schema@0.108.8
    • @graphql-mesh/types@0.103.8

@graphql-mesh/mongoose@0.103.8

Patch Changes

  • Updated dependencies
    [93fb364]:
    • @graphql-mesh/utils@0.103.8
    • @graphql-mesh/types@0.103.8

@graphql-mesh/mysql@0.104.8

Patch Changes

  • Updated dependencies
    [93fb364]:
    • @graphql-mesh/utils@0.103.8
    • @graphql-mesh/store@0.103.8
    • @omnigraph/mysql@0.8.8
    • @graphql-mesh/types@0.103.8

@graphql-mesh/neo4j@0.105.8

Patch Changes

  • Updated dependencies
    [93fb364]:
    • @graphql-mesh/utils@0.103.8
    • @graphql-mesh/store@0.103.8
    • @graphql-mesh/types@0.103.8
    • @omnigraph/neo4j@0.9.8

@graphql-mesh/odata@0.105.8

Patch Changes

  • Updated dependencies []:
    • @graphql-mesh/store@0.103.8
    • @omnigraph/odata@0.1.8
    • @graphql-mesh/types@0.103.8

@graphql-mesh/openapi@0.108.8

Patch Changes

  • Updated dependencies
    [93fb364,
    93fb364]:
    • @omnigraph/openapi@0.108.8
    • @graphql-mesh/utils@0.103.8
    • @graphql-mesh/store@0.103.8
    • @graphql-mesh/types@0.103.8

@graphql-mesh/postgraphile@0.103.8

Patch Changes

  • Updated dependencies
    [93fb364]:
    • @graphql-mesh/utils@0.103.8
    • @graphql-mesh/store@0.103.8
    • @graphql-mesh/types@0.103.8

@graphql-mesh/raml@0.108.8

Patch Changes

  • Updated dependencies
    [93fb364]:
    • @graphql-mesh/utils@0.103.8
    • @graphql-mesh/store@0.103.8
    • @omnigraph/raml@0.108.8
    • @graphql-mesh/types@0.103.8

@graphql-mesh/soap@0.105.8

Patch Changes

  • Updated dependencies
    [93fb364]:
    ...
Read more

December 11, 2024

11 Dec 13:18
19758dc
Compare
Choose a tag to compare

@graphql-mesh/transform-naming-convention@0.103.8

Patch Changes

  • #6217
    b082565
    Thanks @santino! - Fix bare mode resolvers for Prefix and
    NamingConvention transforms

@graphql-mesh/transform-prefix@0.103.8

Patch Changes

  • #6217
    b082565
    Thanks @santino! - Fix bare mode resolvers for Prefix and
    NamingConvention transforms