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(extension): generator extensions #1196

Merged
merged 8 commits into from
Oct 18, 2024
Merged

Conversation

jasonkuhrt
Copy link
Member

@jasonkuhrt jasonkuhrt commented Oct 16, 2024

This PR allows extensions to extend the Graffle generator. This allows extensions to make themselves type safe which is a requirement for many features such as schema errors and custom scalars.

closes #1182

@jasonkuhrt jasonkuhrt force-pushed the feat/generator-extensions branch from 573163e to 1d14594 Compare October 18, 2024 02:06
@jasonkuhrt jasonkuhrt changed the title feat/generator extensions feat(extension): generator extensions Oct 18, 2024
@jasonkuhrt jasonkuhrt merged commit 7d5e3c6 into main Oct 18, 2024
13 checks passed
@jasonkuhrt jasonkuhrt deleted the feat/generator-extensions branch October 18, 2024 15:12
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.

Schema Errors as extension
1 participant