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

Issue with Azure function v4 alpha9 #42

Open
gartu opened this issue Apr 14, 2023 · 3 comments
Open

Issue with Azure function v4 alpha9 #42

gartu opened this issue Apr 14, 2023 · 3 comments

Comments

@gartu
Copy link

gartu commented Apr 14, 2023

Hello!
The latest update of Azure Function v4 alpha9 has caused some major changes, and unfortunately, the project is no longer working. Some interfaces have been modified and even the function parameter order has been shuffled around.

I've pulled a version locally and made the necessary changes for my personal project. It's not a big deal, but if you're interested, I can push my branch to you.

Thanks for all the work in developing this module!
Robin

@nnoce14
Copy link

nnoce14 commented Apr 18, 2023

Hi, would you be able to create a pull request or publish a fork for your branch? I am trying to use this package and I'm encountering the same problem as you with the latest @azure/functions. I would like to see what changes you made to adapt the package to adhere to Azure Functions v4.

@gartu
Copy link
Author

gartu commented Apr 19, 2023

Hi, here is a fork : https://github.com/gartu/apollo-server-integration-azure-functions_alpha9_fork
It's not really clean, just wanted to get away with this issue.

@aaronpowell
Copy link
Collaborator

Yes, the v4 of Azure Functions is currently not supported as there's a lot of changes to the underlying data structures and types that are incompatible with Azure Functions v3.

While Azure Functions v4 is in public preview I'm going to hold off having it supported OOTB.

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

No branches or pull requests

3 participants