graphql-mesh

The Graph of Everything - Federated architecture for any API service

MIT License

Downloads
7.5M
Stars
3.2K
Committers
137

Bot releases are visible (Hide)

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Minor Changes

  • 12e1e5d72: New Cloudflare KV Cache support!

    Now you can basically use Cloudflare Workers' KV Caching system within Mesh;

    cache:
      cfKv:
        namespace: MESH
    

    Breaking changes for other cache packages

    Now cache implementations should implement getKeysByPrefix that returns keys starting with the given prefix.

    Response Cache Plugin Improvements

    Response Cache plugin needs some complicated cache storage. So the relational entries related to specific cached responses and entities are now kept as seperate cache entries. Thanks to new getKeysByPrefix, we can now get a response by an entity id for example easier which is more performant.

Patch Changes

  • 19ac24889: fix(redis): add missing string interpolation for URL parameter

    cache:
      redis:
        url: '{env.REDIS_DSN}'
    

    This wasn't working before and user gets a random parse error.

  • Updated dependencies [12e1e5d72]

  • Updated dependencies [12e1e5d72]

  • Updated dependencies [12e1e5d72]

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-mesh - [email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 12e1e5d72: New Rate Limit plugin
  • Updated dependencies [12e1e5d72]
  • Updated dependencies [12e1e5d72]
  • Updated dependencies [12e1e5d72]
graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Minor Changes

  • 12e1e5d72: New Cloudflare KV Cache support!

    Now you can basically use Cloudflare Workers' KV Caching system within Mesh;

    cache:
      cfKv:
        namespace: MESH
    

    Breaking changes for other cache packages

    Now cache implementations should implement getKeysByPrefix that returns keys starting with the given prefix.

    Response Cache Plugin Improvements

    Response Cache plugin needs some complicated cache storage. So the relational entries related to specific cached responses and entities are now kept as seperate cache entries. Thanks to new getKeysByPrefix, we can now get a response by an entity id for example easier which is more performant.

Patch Changes

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Minor Changes

  • 12e1e5d72: New Cloudflare KV Cache support!

    Now you can basically use Cloudflare Workers' KV Caching system within Mesh;

    cache:
      cfKv:
        namespace: MESH
    

    Breaking changes for other cache packages

    Now cache implementations should implement getKeysByPrefix that returns keys starting with the given prefix.

    Response Cache Plugin Improvements

    Response Cache plugin needs some complicated cache storage. So the relational entries related to specific cached responses and entities are now kept as seperate cache entries. Thanks to new getKeysByPrefix, we can now get a response by an entity id for example easier which is more performant.

Patch Changes

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 12e1e5d72: Do not use index.js because esbuild doesn't pick the correct one in that case
graphql-mesh - @graphql-mesh/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

Package Rankings
Top 1.2% on Npmjs.org
Badges
Extracted from project README
GraphQLConf 2024 Banner: September 10-12, San Francisco. Hosted by the GraphQL Foundation npm version Discord Chat code style: prettier GitHub license
Related Projects