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

Fixing develop issues, due to drush being locked in dpl_graphql #1799

Closed
wants to merge 1 commit into from

Conversation

rasben
Copy link
Contributor

@rasben rasben commented Nov 26, 2024

Copying the dpl_graphql code to a seperate, new dpl_graphql2 module. This is necessary, as the original graphql module includes code that does not work without simple_oauth, which cannot be installed, due to the Drush command not being able to run.
We get around this, by moving the code into a new module (graphql2), leaving the old module as an empty boilerplate.
This gives drush a chance to actually enable the dependencies. In a future release, we should rename the module again.

Copying the `dpl_graphql` code to a seperate, new `dpl_graphql2` module.
This is necessary, as the original graphql module includes code that does
not work without simple_oauth, which cannot be installed,
due to the Drush command not being able to run.
We get around this, by moving the code into a new module (graphql2),
leaving the old module as an empty boilerplate.
This gives drush a chance to actually enable the dependencies.
In a future release, we should rename the module again.
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.

2 participants