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

Fix config loading during gqlgen init #821

Merged
merged 1 commit into from
Aug 8, 2019
Merged

Fix config loading during gqlgen init #821

merged 1 commit into from
Aug 8, 2019

Conversation

vektah
Copy link
Collaborator

@vektah vektah commented Aug 8, 2019

#781 fixed builtin directives leaking into the generated initial config by moving injection of these builtins into LoadConfig, but we dont call LoadConfig during init.

This makes init a little closer to generate by generating the config then reading it again via LoadConfig.

@vektah vektah requested a review from lwc August 8, 2019 02:09
@vektah vektah merged commit 12893fa into master Aug 8, 2019
@vektah vektah deleted the fix-init branch August 8, 2019 02:15
@vektah vektah added the v0.9.2 label Aug 8, 2019
cgxxv pushed a commit to cgxxv/gqlgen that referenced this pull request Mar 25, 2022
Fix config loading during gqlgen init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants