Skip to content

feat: Models only mode [AR-4] - #457

Merged
Kwaidan00 merged 9 commits into
mainfrom
AR-4-models-only-mode
Jul 30, 2026
Merged

feat: Models only mode [AR-4]#457
Kwaidan00 merged 9 commits into
mainfrom
AR-4-models-only-mode

Conversation

@Kwaidan00

Copy link
Copy Markdown
Member

This PR adds a new mode to ariadne-codegen: to generate only types, with no boilerplate code (client, BaseClient, exceptions).

This change closes the following PRs with the same feature, but different implementation approaches:

Closes #418.

Acknowledgements

This ticket improves the code from #436, with the same goal, test cases and usage, but with different implementation details. Thanks @amin-farjadi for your contribution! 🙏

@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 22fe8241-f9e6-4362-b102-d2d7045e16da

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Comment thread ariadne_codegen/settings.py
Comment thread ariadne_codegen/main.py Outdated
@Kwaidan00
Kwaidan00 merged commit 62915b8 into main Jul 30, 2026
6 checks passed
@Kwaidan00
Kwaidan00 deleted the AR-4-models-only-mode branch July 30, 2026 13:08
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.

Option to disable runtime codegen; pydantic models only

2 participants