Skip to content
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

jsonpath-plus implementation to resolve nested parent fields #211

Open
JuliPodie opened this issue Nov 22, 2022 · 0 comments
Open

jsonpath-plus implementation to resolve nested parent fields #211

JuliPodie opened this issue Nov 22, 2022 · 0 comments

Comments

@JuliPodie
Copy link
Contributor

JuliPodie commented Nov 22, 2022

Hi,
im currently implementing json path support for a proof of concept in my company, will do a PR when its ready to push and if ur interested

example:

type TestMail {
  mailHeader: MailHeader
  body: String @proxy (get: "$.mailHeader._links[0]")
}
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

No branches or pull requests

1 participant