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

allow customizing generated graphql #777

Open
4 tasks done
Eliav2 opened this issue Jan 1, 2024 · 0 comments
Open
4 tasks done

allow customizing generated graphql #777

Eliav2 opened this issue Jan 1, 2024 · 0 comments
Labels

Comments

@Eliav2
Copy link

Eliav2 commented Jan 1, 2024

Before opening, please confirm:

  • I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
  • I have searched for duplicate or closed issues.
  • I have read the guide for submitting bug reports.
  • I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.

How did you install the Amplify CLI?

npm

If applicable, what version of Node.js are you using?

20

Amplify CLI Version

12.10.0

What operating system are you using?

Ubuntu(WSL)

Amplify Codegen Command

Not applicable

Describe the bug

not a bug, but a feature request.

allow extending generated graphql and javascript/typescript files the same why other codegen libraries allow to do(like https://the-guild.dev/graphql/codegen for example)

This would allow user to farther customize the generated code for their needs. in my case, i'm would like to generate react-query hooks per each query.

please consider providing some plugin-api to allow user to customize the behavior of generated code. thank you.

Expected behavior

.

Reproduction steps

.

GraphQL schema(s)

No response

Log output

# Put your logs below this line


Additional information

No response

@dpilch dpilch added feature-request New feature or request plugins-support labels Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants