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

  • 19d06f6c9: Remove unnecessary graphql-scalars dependency from rename transform
  • Updated dependencies [19d06f6c9]
  • Updated dependencies [19d06f6c9]
  • Updated dependencies [a0950ac6f]
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

  • a0950ac6f: Breaking Change:

    • Now you can set a global customFetch instead of setting customFetch individually for each handler. customFetch configuration field for each handler will no longer work. And also customFetch needs to be the path of the code file that exports the function as default. moduleName#exportName is not supported for now.

    • While programmatically creating the handlers, now you also need fetchFn to be passed to the constructor;

    new GraphQLHandler({
      ...,
      fetchFn: myFetchFn,
    })
    
    • readFileOrUrl's second config parameter is now required. Also this second parameter should take an object with cwd, importFn, fetch and logger. You can see the diff of handler's codes as an example.

Patch Changes

graphql-mesh - @omnigraph/[email protected]

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

Minor Changes

  • a0950ac6f: Breaking Change:

    • Now you can set a global customFetch instead of setting customFetch individually for each handler. customFetch configuration field for each handler will no longer work. And also customFetch needs to be the path of the code file that exports the function as default. moduleName#exportName is not supported for now.

    • While programmatically creating the handlers, now you also need fetchFn to be passed to the constructor;

    new GraphQLHandler({
      ...,
      fetchFn: myFetchFn,
    })
    
    • readFileOrUrl's second config parameter is now required. Also this second parameter should take an object with cwd, importFn, fetch and logger. You can see the diff of handler's codes as an example.

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

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

  • a0950ac6f: Breaking Change:

    • Now you can set a global customFetch instead of setting customFetch individually for each handler. customFetch configuration field for each handler will no longer work. And also customFetch needs to be the path of the code file that exports the function as default. moduleName#exportName is not supported for now.

    • While programmatically creating the handlers, now you also need fetchFn to be passed to the constructor;

    new GraphQLHandler({
      ...,
      fetchFn: myFetchFn,
    })
    
    • readFileOrUrl's second config parameter is now required. Also this second parameter should take an object with cwd, importFn, fetch and logger. You can see the diff of handler's codes as an example.

Patch Changes

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

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

Minor Changes

  • a0950ac6f: Breaking Change:

    • Now you can set a global customFetch instead of setting customFetch individually for each handler. customFetch configuration field for each handler will no longer work. And also customFetch needs to be the path of the code file that exports the function as default. moduleName#exportName is not supported for now.

    • While programmatically creating the handlers, now you also need fetchFn to be passed to the constructor;

    new GraphQLHandler({
      ...,
      fetchFn: myFetchFn,
    })
    
    • readFileOrUrl's second config parameter is now required. Also this second parameter should take an object with cwd, importFn, fetch and logger. You can see the diff of handler's codes as an example.

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 - @omnigraph/[email protected]

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

Minor Changes

  • a0950ac6f: Breaking Change:

    • Now you can set a global customFetch instead of setting customFetch individually for each handler. customFetch configuration field for each handler will no longer work. And also customFetch needs to be the path of the code file that exports the function as default. moduleName#exportName is not supported for now.

    • While programmatically creating the handlers, now you also need fetchFn to be passed to the constructor;

    new GraphQLHandler({
      ...,
      fetchFn: myFetchFn,
    })
    
    • readFileOrUrl's second config parameter is now required. Also this second parameter should take an object with cwd, importFn, fetch and logger. You can see the diff of handler's codes as an example.

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

  • a0950ac6f: Breaking Change:

    • Now you can set a global customFetch instead of setting customFetch individually for each handler. customFetch configuration field for each handler will no longer work. And also customFetch needs to be the path of the code file that exports the function as default. moduleName#exportName is not supported for now.

    • While programmatically creating the handlers, now you also need fetchFn to be passed to the constructor;

    new GraphQLHandler({
      ...,
      fetchFn: myFetchFn,
    })
    
    • readFileOrUrl's second config parameter is now required. Also this second parameter should take an object with cwd, importFn, fetch and logger. You can see the diff of handler's codes as an example.

Patch Changes

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