Skip to content

Conversation

@german-swan
Copy link
Contributor

fix for #1505

@changeset-bot
Copy link

changeset-bot bot commented Jan 28, 2021

🦋 Changeset detected

Latest commit: 8a84f4e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 56 packages
Name Type
@graphql-mesh/utils Patch
@graphql-mesh/cli Patch
@graphql-mesh/config Patch
@graphql-mesh/runtime Patch
@graphql-mesh/cache-file Patch
@graphql-mesh/fhir Patch
@graphql-mesh/graphql Patch
@graphql-mesh/grpc Patch
@graphql-mesh/json-schema Patch
@graphql-mesh/mongoose Patch
@graphql-mesh/mysql Patch
@graphql-mesh/odata Patch
@graphql-mesh/openapi Patch
@graphql-mesh/postgraphile Patch
@graphql-mesh/soap Patch
@graphql-mesh/thrift Patch
@graphql-mesh/transform-cache Patch
@graphql-mesh/transform-encapsulate Patch
@graphql-mesh/transform-extend Patch
@graphql-mesh/transform-federation Patch
@graphql-mesh/transform-filter-schema Patch
@graphql-mesh/transform-mock Patch
@graphql-mesh/transform-naming-convention Patch
@graphql-mesh/transform-prefix Patch
@graphql-mesh/transform-rename Patch
@graphql-mesh/transform-resolvers-composition Patch
@graphql-mesh/transform-snapshot Patch
@graphql-mesh/merger-bare Patch
@graphql-mesh/merger-stitching Patch
@graphql-mesh/container Patch
federation-handler-example Patch
graphql-file-upload-example Patch
grpc-example Patch
hasura-openbrewery-geodb Patch
covid-mesh Patch
json-schema-example Patch
json-schema-fhir Patch
json-schema-subscriptions Patch
mongoose-example Patch
mysql-employees Patch
mysql-rfam Patch
neo4j-example Patch
odata-microsoft-graph-example Patch
odata-trippin-example Patch
javascript-wiki Patch
typescript-location-weather-example Patch
openapi-react-weatherbit Patch
openapi-stackexchange Patch
openapi-stripe Patch
openapi-subscriptions Patch
openapi-youtrack Patch
postgres-geodb-example Patch
country-info-example Patch
chinook Patch
subscriptions-example Patch
thrift-calculator Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@german-swan german-swan reopened this Jan 28, 2021
@ardatan
Copy link
Owner

ardatan commented Jan 28, 2021

@germankrause Thanks! Could you take a look at my comment?

@german-swan german-swan requested a review from ardatan January 29, 2021 13:44
@german-swan
Copy link
Contributor Author

Removed the old code. Also Allow edits by maintainers is checked

@ardatan
Copy link
Owner

ardatan commented Jan 29, 2021

Thank you 🙏 @germankrause

@ardatan ardatan merged commit 69d2198 into ardatan:master Jan 29, 2021
klippx pushed a commit to klippx/graphql-mesh that referenced this pull request Oct 9, 2024
* feat: non-breaking GraphQL Engine

* feat: make envelop take in engine functions

* structural typings

* remove grapqhl as peer dep from types pkg

* make core more agnostic

* chore(dependencies): updated changesets for modified dependencies

* remove traced schema

* remove traced orchestrator

* make plugin agnostic

* drop EnvelopError

* remove more graphql import

* Drop useTiming

* make core completely free of graphql-js

* add eslint rule

* eslint disallow in types too

* more agnostic packages

* remove introspection util

* chore(dependencies): updated changesets for modified dependencies

* prettier

* TEMP: make bot calm down

* update all docs

* test matrix for core

* experimenting traced schema (ardatan#1501)

* experimenting traced schema

* Fix

* remove comment

* do optional chaining since we are not strongly typing

* document

* cleanup

Co-authored-by: Arda TANRIKULU <[email protected]>

* feat: drop node 12 (ardatan#1505)

* feat: remove `enableIf` utility (ardatan#1504)

* feat: remove enableIf utility

* make types happpy

* make types happy

* add changeset

* feat: remove async schema plugin and rename lazy loaded schema plugin (ardatan#1506)

* remove useAsyncSchema

* rename to useSchemaByContext

* add eslint rule (ardatan#1509)

* feat: `@envelop/on-resolve` plugin for hooking into schema resolvers (ardatan#1500)

* on resolve plugin

* changeset

* no more onResolverCalled

* unused import

* args is a record

* integrate and useOnResolve

* resolversHooksSymbol does not exist

* plugincontext for OnPluginInit

* on-resolve uses addPlugin

* onresolvercalled is no more

* refactor for new on-resolve

* fix open-telemetry tests

* fix newrelic

* opentelemetry graphql as peer dep

* tests

* addPlugin doesnt need to be used

* reorder

* respects onPluginInit context

* drop unused import

* fixes false positive eslint warnings

Co-authored-by: Dimitri POSTOLOV <[email protected]>

* docs: order of plugins matter (ardatan#1513)

* feat: remove handler for validation and parse errors (ardatan#1510)

* feat: remove hanlder for validation and parse errors

* tests

* make it work

* Add docs

* Fix serialization issue

* Go

* ..

* update docs

* update test

* make it work

* feat: add originalError in dev mode (ardatan#1514)

* remove Fn appendix

* name graphql error

* make ts happy

* make toJSON required

Co-authored-by: Arda TANRIKULU <[email protected]>
Co-authored-by: Laurin Quast <[email protected]>

* add changeset

* Update .changeset/nervous-seas-own.md

* Update .changeset/rude-cats-peel.md

* no-use-before-define (ardatan#1522)

* feat: trigger on context, validate and parse errors (ardatan#1511)

* feat: trigger on context, validate and parse errors

* trying

* make it work

* pass in phase

* add phase details

* feedback

* docs: migration guide (ardatan#1520)

* docs: migration guide

* remove slashes

* Update website/docs/guides/migrating-from-v2-to-v3.mdx

Co-authored-by: Denis Badurina <[email protected]>

* feedback

* document removing of orchestrated tracer

* more feedback

* update docs

* update examples

* async schema example

Co-authored-by: Denis Badurina <[email protected]>

* Add redirects

* remove deafult skip error from sentry plugin

* export masked error plugin

* sentry plugin default skip GraphQLError

* sentry: og error is not graphql error then send to sentry

* doc: drop introspection utils

* should fix ts issues on v15

* test: stack error we should not match the error name since it can be different across impl

* feat: use engine plugin (ardatan#1535)

* feat: use engine plugin

* remove assertion

* make useEngine plugin the only way to pass engine functions (ardatan#1536)

* make useEngine plugin the only way to pass engine fns

* update types

* update docs

* Update packages/plugins/apollo-datasources/README.md

Co-authored-by: Arda TANRIKULU <[email protected]>

* prettier:

Co-authored-by: Arda TANRIKULU <[email protected]>

Co-authored-by: Arda TANRIKULU <[email protected]>

* fix

* versioned docs with v3 default

* fix build

* fix

* feat this is cool

* docs reword schema tracing

* docs add graphql error example

* docs restructuring, fix typos

* chore remove autogenerated changeset

* cleanup changeset

* docs sycn patch

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <[email protected]>
Co-authored-by: Denis Badurina <[email protected]>
Co-authored-by: Dimitri POSTOLOV <[email protected]>
Co-authored-by: Laurin Quast <[email protected]>
Co-authored-by: Denis Badurina <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants