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

feat(FieldArgTypeRewriter): retrieve var name by object path #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sneas
Copy link

@sneas sneas commented Aug 20, 2024

Hi,

This repo has not been active lately, so I hope this project is still maintained.

I'm facing the problem described in this issue: #26; mainly, I need to change the type of field of an input object.

This is my attempt to achieve the desired behavior.

I concentrated on achieving it with as few changes as possible. That's why I introduced a new optional param objectPath?: ReadonlyArray<string> to FieldArgTypeRewriter.

Does it make any sense?

I'm looking forward to hearing from you.

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.

1 participant