forked from rgstephens/node-red-contrib-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
downstream changes #1
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
Open
VincentSC
wants to merge
39
commits into
VincentSC:master
Choose a base branch
from
rgstephens:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added note about msg.variables to pass variables to GraphQL query or mutation.
Authorization header can now optionally be passed via msg.authorization field. Allows to get the authorization token from another source or a previous call instead of specifying it in the graphql connection.
pass Authorization via msg.authorization
…msg.debugInfo. added ability to pass in msg.customHeaders
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](axios/axios@v0.18.0...v0.21.1) Signed-off-by: dependabot[bot] <[email protected]>
…0.21.1 Bump axios from 0.18.0 to 0.21.1
Error Handling Improvements & Config Templates
'showDebug' and ability to pass in 'customHeaders'
Why: - Allow GraphQL node to be added to flows This change addresses the need by: - Adding a missing comma to the graphql.html file
Fix node not showing in palette
Version update 1.2.0 & bump axios
1.3.0 bump axios
improve debug information
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…-redirects-1.14.8 Bump follow-redirects from 1.14.7 to 1.14.8
* Don't overwrite previous payload All `msg.payload` have been replaced with `msg.payload.graphql`. This fixes #32 This is a breaking change (version number should go to 2.0 to make this clear), but allows users to build up something more complex. * 1.4.1 README * Update version to 2.0.0 Co-authored-by: Vincent <[email protected]>
* 2.0 docs updates * re-order * changes * doc updates * table width
* Cleanup & Docs * scorecard changes * update versions
* fix payload init * update version
* fix payload init * update version * fix
* Fixed issue when payload is not defined for all use cases * update version info --------- Co-authored-by: Greg Stephens <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.