Open dimaportenko opened 5 months ago
Hi @dimaportenko thank you for opening this issue. Any reason why the schema
value is an array instead of just being the string pointing to the schema?
hi @matteodepalo, I found this one as config sample https://github.com/Blazity/enterprise-commerce/blob/main/.graphqlrc.ts, I'm going to add admin api later as well. I also tried scheme which I found on the github and it was working fine, like this one https://github.com/luisfalconmx/klot-ecommerce/blob/2d5afee9a73e7d1338cad72a21652646524d4310/src/generated/storefront.schema.ts#L503.
Hi @dimaportenko thank you for providing a schema reference, I'll put this issue into our backlog so that we can take a better look.
@matteodepalo thank you. For me, it looks like BuyerInput
isn't in my schema. So either
BuyerInput
was removed from schema (probably on purpose)We are closing this issue because we did not hear back regarding additional details we needed to resolve this issue. If the issue persists and you are able to provide the missing clarification we need, feel free to respond and reopen this issue.
We appreciate your understanding as we try to manage our number of open issues.
We are closing this issue because we did not hear back regarding additional details we needed to resolve this issue. If the issue persists and you are able to provide the missing clarification we need, feel free to respond and reopen this issue.
We appreciate your understanding as we try to manage our number of open issues.
We're labeling this issue as stale because there hasn't been any activity on it for 60 days. While the issue will stay open and we hope to resolve it, this helps us prioritize community requests.
You can add a comment to remove the label if it's still relevant, and we can re-evaluate it.
We're labeling this issue as stale because there hasn't been any activity on it for 60 days. While the issue will stay open and we hope to resolve it, this helps us prioritize community requests.
You can add a comment to remove the label if it's still relevant, and we can re-evaluate it.
Issue summary
I'm trying to generate types for the following query
but I'm getting the following error
my
.graphqlrc.ts
Expected behavior
Types are generated.
Actual behavior
Please let me know if any more details are required. I love the type generation feature but this issue will not allow me to use it.