-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sdk,gate): node information by path (#498)
<!-- Pull requests are squash merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how. --> ### Describe your change * Fixes renamed function in sdk * Adds `argInfoByPath` utility function in `typegate.py` ### Motivation and context Make the task of fetching type information from the graphql function args easier ### Migration notes <!-- Explain HOW users should update their code when required --> ### Checklist - [x] The change come with new or modified tests - [x] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change --------- Co-authored-by: Natoandro <[email protected]>
- Loading branch information
1 parent
381d958
commit e19c44d
Showing
9 changed files
with
566 additions
and
188 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.