-
Notifications
You must be signed in to change notification settings - Fork 348
openAPI handler tests migration #4235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: a0a5f3c The changes in this PR will be included in the next version bump. This PR includes changesets to release 25 packages
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 |
The latest changes of this PR are not available as alpha, since there are no linked |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
5a89049
to
fdbcfad
Compare
packages/loaders/openapi/tests/__snapshots__/deepl.test.ts.snap
Outdated
Show resolved
Hide resolved
packages/loaders/json-schema/src/addExecutionLogicToComposer.ts
Outdated
Show resolved
Hide resolved
5879f64
to
4c65098
Compare
eee9e17
to
97ed30f
Compare
fc50a71
to
36d68cd
Compare
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-mesh/cli |
0.75.10-alpha-20220816170521-a12c71056 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/container |
0.1.133-alpha-20220816170521-a12c71056 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/graphql |
0.29.10-alpha-20220816170521-a12c71056 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/json-schema |
0.31.3-alpha-20220816170521-a12c71056 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/new-openapi |
0.6.3-alpha-20220816170521-a12c71056 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/openapi |
0.31.0-alpha-20220816170521-a12c71056 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/raml |
0.4.14-alpha-20220816170521-a12c71056 |
npm ↗︎ unpkg ↗︎ |
@omnigraph/json-schema |
0.27.0-alpha-20220816170521-a12c71056 |
npm ↗︎ unpkg ↗︎ |
@omnigraph/openapi |
0.9.0-alpha-20220816170521-a12c71056 |
npm ↗︎ unpkg ↗︎ |
@omnigraph/raml |
0.5.66-alpha-20220816170521-a12c71056 |
npm ↗︎ unpkg ↗︎ |
0bcf350
to
b2ed54f
Compare
f1be3aa
to
e9da5fc
Compare
packages/loaders/json-schema/src/addExecutionLogicToComposer.ts
Outdated
Show resolved
Hide resolved
* chore(dependencies): updated changesets for modified dependencies * chore(dependencies): updated changesets for modified dependencies * Do not respect user's accept header if we have a better option * Fix Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* tests for query arguments multiple sources * fixes for query arguments multiple sources * tests for header arguments multiple sources * tests for header arguments multiple sources * Hello Co-authored-by: Arda TANRIKULU <[email protected]>
Migrate tests from current to new openAPI handler (mainly loader)