Differences in GraphQL schema between local environment and Azure in a static web app #6791
Unanswered
cwineman-roadid
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are having an issue using GraphQL with data-api-builder on a static web app. The issue is that the data types for what is returned from introspection do not match between the what runs locally using the CLI and what's hosted in Azure. The result is that a mutation query that works in our local environment doesn't work in Azure.
The main data type difference seems to be that locally UUID works, but in the Azure hosted app, everything that is marked as UUID! locally comes up as a String! in Azure. There are likely other differences as well.
I posted this same question in the link below which has more details, and I'm only posting here because I think it might be related to the way Hot Chocolate is being used locally vs in Azure.
Thanks for any assistance.
Azure/data-api-builder#1941
Beta Was this translation helpful? Give feedback.
All reactions