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

reorder graphql steps #358

Merged
merged 1 commit into from
Jun 2, 2021
Merged

reorder graphql steps #358

merged 1 commit into from
Jun 2, 2021

Conversation

lolopinto
Copy link
Owner

broken by #342

in #342, the schema.tmpl file was changed to be retrieved from schema.ts instead of creating a new schema. However, schema.ts was being generated after that which leads to an error for new projects.

Also, it means that we'd need to run codegen multiple times to see the schema reflected in schema.tmpl. I kinda remember seeing this now.

broken by #342

in #342, the schema.tmpl file was changed to be retrieved from schema.ts. However, schema.ts was being generated afterwards.

This is only an issue for new projects. works fine for existing ones
@lolopinto lolopinto changed the title reorder steps reorder graphql steps Jun 1, 2021
@lolopinto lolopinto merged commit df90749 into main Jun 2, 2021
@lolopinto lolopinto deleted the reorder-steps branch June 2, 2021 00:15
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.

None yet

1 participant